-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6273 from fecgov/feature/6179-6180-national-party…
…-account PR: 6179, 6180 national party account
- Loading branch information
Showing
25 changed files
with
697 additions
and
127 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,51 +1,50 @@ | ||
{% if parent == 'legal' %} | ||
{% set description = "Clarify campaign finance legal requirements on the new fec.gov. Search across advisory opinions, closed Matters Under Review, statutes, and regulations all at once, with search results designed to help you find what you need quickly." %} | ||
{%- set description = "Clarify campaign finance legal requirements on the new fec.gov. Search across advisory opinions, closed Matters Under Review, statutes, and regulations all at once, with search results designed to help you find what you need quickly." %} | ||
{% else %} | ||
{% set description = "Explore current and historic federal campaign finance data on the new fec.gov. Look at totals and trends, and see how candidates and committees raise and spend money. When you find what you need, export results and save custom links." %} | ||
{%- set description = "Explore current and historic federal campaign finance data on the new fec.gov. Look at totals and trends, and see how candidates and committees raise and spend money. When you find what you need, export results and save custom links." %} | ||
{% endif %} | ||
|
||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="description" content="{{ description }}"> | ||
|
||
<!-- Mobile Specific Metas | ||
================================================== --> | ||
<meta name="HandheldFriendly" content="True"> | ||
<meta name="MobileOptimized" content="320"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5"> | ||
|
||
================================================== --> | ||
<meta name="twitter:card" content="summary_large_image"> | ||
<meta name="twitter:title" content="{{ title | trim }} - FEC.gov"> | ||
<meta name="twitter:description" content="{{ description }}"> | ||
<meta name="twitter:image" content="{{ get_social_image_path(social_image_identifier) }}"> | ||
|
||
================================================== --> | ||
<meta property="og:type" content="website"> | ||
<meta property="og:url" content="{{ CANONICAL_BASE }}{{ request.path }}"> | ||
<meta property="og:title" content="{{ title | trim }} - FEC.gov"> | ||
<meta property="og:site_name" content="FEC.gov"> | ||
<meta property="og:description" content="{{ description }}"> | ||
<meta property="og:image" content="{{ get_social_image_path(social_image_identifier) }}"> | ||
|
||
================================================== --> | ||
<link rel="canonical" href="{{ CANONICAL_BASE }}"> | ||
|
||
<!-- Favicons | ||
================================================== --> | ||
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="{{ static('img/favicon/data/apple-touch-icon-57x57.png') }}"> | ||
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="{{ static('img/favicon/data/apple-touch-icon-72x72.png') }}"> | ||
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="{{ static('img/favicon/data/apple-touch-icon-114x114.png') }}"> | ||
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="{{ static('img/favicon/data/apple-touch-icon-120x120.png') }}"> | ||
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="{{ static('img/favicon/data/apple-touch-icon-144x144.png') }}"> | ||
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="{{ static('img/favicon/data/apple-touch-icon-152x152.png') }}"> | ||
|
||
<link rel="icon" type="image/png" href="{{ static('img/favicon/favicon-32x32.png') }}" sizes="32x32"> | ||
<link rel="icon" type="image/png" href="{{ static('img/favicon/favicon-16x16.png') }}" sizes="16x16"> | ||
|
||
<meta name="application-name" content=" "> | ||
<meta name="msapplication-TileColor" content="#FFFFFF"> | ||
<meta name="msapplication-TileImage" href="{{ static('img/favicon/data/mstile-144x144.png') }}"> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="description" content="{{ description }}"> | ||
|
||
{# Mobile Specific Metas | ||
================================================== -#} | ||
<meta name="HandheldFriendly" content="True"> | ||
<meta name="MobileOptimized" content="320"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5"> | ||
|
||
================================================== -#} | ||
<meta name="twitter:card" content="summary_large_image"> | ||
<meta name="twitter:title" content="{{ title | trim }} - FEC.gov"> | ||
<meta name="twitter:description" content="{{ description }}"> | ||
<meta name="twitter:image" content="{{ get_social_image_path(social_image_identifier) }}"> | ||
|
||
================================================== -#} | ||
<meta property="og:type" content="website"> | ||
<meta property="og:url" content="{{ CANONICAL_BASE }}{{ request.path }}"> | ||
<meta property="og:title" content="{{ title | trim }} - FEC.gov"> | ||
<meta property="og:site_name" content="FEC.gov"> | ||
<meta property="og:description" content="{{ description }}"> | ||
<meta property="og:image" content="{{ get_social_image_path(social_image_identifier) }}"> | ||
|
||
================================================== -#} | ||
<link rel="canonical" href="{{ CANONICAL_BASE }}"> | ||
|
||
{# Favicons | ||
================================================== -#} | ||
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="{{ static('img/favicon/data/apple-touch-icon-57x57.png') }}"> | ||
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="{{ static('img/favicon/data/apple-touch-icon-72x72.png') }}"> | ||
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="{{ static('img/favicon/data/apple-touch-icon-114x114.png') }}"> | ||
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="{{ static('img/favicon/data/apple-touch-icon-120x120.png') }}"> | ||
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="{{ static('img/favicon/data/apple-touch-icon-144x144.png') }}"> | ||
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="{{ static('img/favicon/data/apple-touch-icon-152x152.png') }}"> | ||
|
||
<link rel="icon" type="image/png" href="{{ static('img/favicon/favicon-32x32.png') }}" sizes="32x32"> | ||
<link rel="icon" type="image/png" href="{{ static('img/favicon/favicon-16x16.png') }}" sizes="16x16"> | ||
|
||
<meta name="application-name" content=" "> | ||
<meta name="msapplication-TileColor" content="#FFFFFF"> | ||
<meta name="msapplication-TileImage" href="{{ static('img/favicon/data/mstile-144x144.png') }}"> |
Oops, something went wrong.