From fc7a06bda222696ca9424d1054d451503baaa567 Mon Sep 17 00:00:00 2001 From: Jason Markle Date: Thu, 10 Mar 2016 13:57:19 -0500 Subject: [PATCH 01/11] fieldset on wvu-search and wvu-search--wvu-tech Added the fieldset selector to the radio buttons for better ADA compliancy. This should alleviate the WAVE warning getting thrown. --- _wvu-search--wvu-tech.html | 25 +++++++++++++++++++++++++ _wvu-search.html | 25 +++++++++++++++++++++++++ 2 files changed, 50 insertions(+) create mode 100644 _wvu-search--wvu-tech.html create mode 100644 _wvu-search.html diff --git a/_wvu-search--wvu-tech.html b/_wvu-search--wvu-tech.html new file mode 100644 index 0000000..bd59f13 --- /dev/null +++ b/_wvu-search--wvu-tech.html @@ -0,0 +1,25 @@ + \ No newline at end of file diff --git a/_wvu-search.html b/_wvu-search.html new file mode 100644 index 0000000..96a0dfd --- /dev/null +++ b/_wvu-search.html @@ -0,0 +1,25 @@ + \ No newline at end of file From faf2812b066b20dc3aea3e683d6ff0194c04a6d0 Mon Sep 17 00:00:00 2001 From: Jason Markle Date: Thu, 10 Mar 2016 14:20:39 -0500 Subject: [PATCH 02/11] Added files via upload --- _wvu-search--wvu-tech.html | 25 +++++++++++++++++++++++++ _wvu-search.html | 25 +++++++++++++++++++++++++ 2 files changed, 50 insertions(+) create mode 100644 _wvu-search--wvu-tech.html create mode 100644 _wvu-search.html diff --git a/_wvu-search--wvu-tech.html b/_wvu-search--wvu-tech.html new file mode 100644 index 0000000..0f61a7f --- /dev/null +++ b/_wvu-search--wvu-tech.html @@ -0,0 +1,25 @@ + diff --git a/_wvu-search.html b/_wvu-search.html new file mode 100644 index 0000000..0f61a7f --- /dev/null +++ b/_wvu-search.html @@ -0,0 +1,25 @@ + From 6b09f6e58a68b26ff266cf7e6805f96d8e9e440b Mon Sep 17 00:00:00 2001 From: Jason Markle Date: Thu, 10 Mar 2016 14:21:03 -0500 Subject: [PATCH 03/11] Delete _wvu-search--wvu-tech.html --- _wvu-search--wvu-tech.html | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 _wvu-search--wvu-tech.html diff --git a/_wvu-search--wvu-tech.html b/_wvu-search--wvu-tech.html deleted file mode 100644 index 0f61a7f..0000000 --- a/_wvu-search--wvu-tech.html +++ /dev/null @@ -1,25 +0,0 @@ - From 3d63a32fdee4fb1e7d67e1eca0402a5e1a0e533e Mon Sep 17 00:00:00 2001 From: Jason Markle Date: Thu, 10 Mar 2016 14:21:16 -0500 Subject: [PATCH 04/11] Delete _wvu-search.html --- _wvu-search.html | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 _wvu-search.html diff --git a/_wvu-search.html b/_wvu-search.html deleted file mode 100644 index 0f61a7f..0000000 --- a/_wvu-search.html +++ /dev/null @@ -1,25 +0,0 @@ - From d75af251457013e7e5851793eddc59f1dfb9d06d Mon Sep 17 00:00:00 2001 From: Jason Markle Date: Thu, 10 Mar 2016 14:22:06 -0500 Subject: [PATCH 05/11] Added files via upload --- views/patterns/_wvu-search--wvu-tech.html | 8 +++++--- views/patterns/_wvu-search.html | 8 +++++--- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/views/patterns/_wvu-search--wvu-tech.html b/views/patterns/_wvu-search--wvu-tech.html index 2f166cf..0f61a7f 100644 --- a/views/patterns/_wvu-search--wvu-tech.html +++ b/views/patterns/_wvu-search--wvu-tech.html @@ -15,9 +15,11 @@
- - - +
+ + + +
diff --git a/views/patterns/_wvu-search.html b/views/patterns/_wvu-search.html index 3ca2b63..0f61a7f 100644 --- a/views/patterns/_wvu-search.html +++ b/views/patterns/_wvu-search.html @@ -15,9 +15,11 @@
- - - +
+ + + +
From ffbda5c946b8cd495eaf226d11ff16083aaa9f62 Mon Sep 17 00:00:00 2001 From: Jason Markle Date: Wed, 4 May 2016 16:41:45 -0400 Subject: [PATCH 06/11] Added
and to the wvu-search and wvu-search--wvu-tech patterns for ADA compliance and rendered text off screen. --- scss/1-base/_wvu-search.scss | 3 +++ stylesheets/ie8.css | 13 +++++++++---- stylesheets/styles.css | 20 ++++++++++++-------- views/patterns/_wvu-search--wvu-tech.html | 11 +++++++---- views/patterns/_wvu-search.html | 11 +++++++---- 5 files changed, 38 insertions(+), 20 deletions(-) diff --git a/scss/1-base/_wvu-search.scss b/scss/1-base/_wvu-search.scss index 8f2df04..49a3397 100644 --- a/scss/1-base/_wvu-search.scss +++ b/scss/1-base/_wvu-search.scss @@ -24,6 +24,9 @@ input[type="search"] { } .form-search__search-type { clear: both; font-weight: bold; padding-top: .5em; + fieldset{ + legend{ position: absolute; top: -99999em } + } @include mq($bp-medium) { padding-top: 0; } input { &:last-child { margin-left: 1em; } diff --git a/stylesheets/ie8.css b/stylesheets/ie8.css index 76f714c..e2b3963 100644 --- a/stylesheets/ie8.css +++ b/stylesheets/ie8.css @@ -1102,7 +1102,7 @@ select { .form-search__search-type label { float: left; - margin: 0 1em 0 0.5em; + margin: 0 1em 0 .5em; } .form-search__search-type input { @@ -1139,6 +1139,11 @@ input[type="search"].wvu-search__search-box { padding-top: .5em; } +.form-search__search-type fieldset legend { + position: absolute; + top: -99999em; +} + @media (min-width: 48em) { .form-search__search-type { padding-top: 0; @@ -1551,7 +1556,7 @@ input[type="submit"] { font-size: 1em; font-weight: bold; line-height: 1; - padding: 0.75em 1em; + padding: .75em 1em; text-decoration: none; } @@ -1621,7 +1626,7 @@ input[type="submit"] { .button--small { font-size: .9em; - padding: 0.35em 0.45em; + padding: .35em .45em; } .button--big { @@ -2335,7 +2340,7 @@ input[type="submit"] { } } -@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) { +@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) { .wvu-social a { -webkit-background-size: contain; background-size: contain; diff --git a/stylesheets/styles.css b/stylesheets/styles.css index e82f496..b911685 100755 --- a/stylesheets/styles.css +++ b/stylesheets/styles.css @@ -264,7 +264,8 @@ select { * `input` and others. */ button, -html input[type="button"], input[type="reset"], +html input[type="button"], +input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */ @@ -397,9 +398,7 @@ html { box-sizing: border-box; } -*, -*::after, -*::before { +*, *::after, *::before { box-sizing: inherit; } @@ -1537,7 +1536,7 @@ select { .form-search__search-type label { float: left; - margin: 0 1em 0 0.5em; + margin: 0 1em 0 .5em; } .form-search__search-type input { @@ -1574,6 +1573,11 @@ input[type="search"].wvu-search__search-box { padding-top: .5em; } +.form-search__search-type fieldset legend { + position: absolute; + top: -99999em; +} + @media (min-width: 48em) { .form-search__search-type { padding-top: 0; @@ -1986,7 +1990,7 @@ input[type="submit"] { font-size: 1em; font-weight: bold; line-height: 1; - padding: 0.75em 1em; + padding: .75em 1em; text-decoration: none; } @@ -2056,7 +2060,7 @@ input[type="submit"] { .button--small { font-size: .9em; - padding: 0.35em 0.45em; + padding: .35em .45em; } .button--big { @@ -2770,7 +2774,7 @@ input[type="submit"] { } } -@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) { +@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) { .wvu-social a { -webkit-background-size: contain; background-size: contain; diff --git a/views/patterns/_wvu-search--wvu-tech.html b/views/patterns/_wvu-search--wvu-tech.html index 2f166cf..691aad7 100644 --- a/views/patterns/_wvu-search--wvu-tech.html +++ b/views/patterns/_wvu-search--wvu-tech.html @@ -14,10 +14,13 @@
- - - - +
+ Choose to search this site or search all WVU sites + + + + +
diff --git a/views/patterns/_wvu-search.html b/views/patterns/_wvu-search.html index 3ca2b63..df4fef9 100644 --- a/views/patterns/_wvu-search.html +++ b/views/patterns/_wvu-search.html @@ -14,10 +14,13 @@
- - - - +
+ Choose to search this site or search all WVU sites + + + + +
From a712829748500e9bf3cf7c7e3afeb110913007cf Mon Sep 17 00:00:00 2001 From: Jason Markle Date: Wed, 4 May 2016 16:54:26 -0400 Subject: [PATCH 07/11] Added
and to the wvu-search and wvu-search--wvu-tech patterns for ADA compliance and rendered text off screen. --- scss/1-base/_wvu-search.scss | 3 +++ stylesheets/ie8.css | 13 +++++++++---- stylesheets/styles.css | 20 ++++++++++++-------- views/patterns/_wvu-search--wvu-tech.html | 7 ++++--- views/patterns/_wvu-search.html | 3 ++- 5 files changed, 30 insertions(+), 16 deletions(-) diff --git a/scss/1-base/_wvu-search.scss b/scss/1-base/_wvu-search.scss index 8f2df04..49a3397 100644 --- a/scss/1-base/_wvu-search.scss +++ b/scss/1-base/_wvu-search.scss @@ -24,6 +24,9 @@ input[type="search"] { } .form-search__search-type { clear: both; font-weight: bold; padding-top: .5em; + fieldset{ + legend{ position: absolute; top: -99999em } + } @include mq($bp-medium) { padding-top: 0; } input { &:last-child { margin-left: 1em; } diff --git a/stylesheets/ie8.css b/stylesheets/ie8.css index 76f714c..e2b3963 100644 --- a/stylesheets/ie8.css +++ b/stylesheets/ie8.css @@ -1102,7 +1102,7 @@ select { .form-search__search-type label { float: left; - margin: 0 1em 0 0.5em; + margin: 0 1em 0 .5em; } .form-search__search-type input { @@ -1139,6 +1139,11 @@ input[type="search"].wvu-search__search-box { padding-top: .5em; } +.form-search__search-type fieldset legend { + position: absolute; + top: -99999em; +} + @media (min-width: 48em) { .form-search__search-type { padding-top: 0; @@ -1551,7 +1556,7 @@ input[type="submit"] { font-size: 1em; font-weight: bold; line-height: 1; - padding: 0.75em 1em; + padding: .75em 1em; text-decoration: none; } @@ -1621,7 +1626,7 @@ input[type="submit"] { .button--small { font-size: .9em; - padding: 0.35em 0.45em; + padding: .35em .45em; } .button--big { @@ -2335,7 +2340,7 @@ input[type="submit"] { } } -@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) { +@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) { .wvu-social a { -webkit-background-size: contain; background-size: contain; diff --git a/stylesheets/styles.css b/stylesheets/styles.css index e82f496..b911685 100755 --- a/stylesheets/styles.css +++ b/stylesheets/styles.css @@ -264,7 +264,8 @@ select { * `input` and others. */ button, -html input[type="button"], input[type="reset"], +html input[type="button"], +input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */ @@ -397,9 +398,7 @@ html { box-sizing: border-box; } -*, -*::after, -*::before { +*, *::after, *::before { box-sizing: inherit; } @@ -1537,7 +1536,7 @@ select { .form-search__search-type label { float: left; - margin: 0 1em 0 0.5em; + margin: 0 1em 0 .5em; } .form-search__search-type input { @@ -1574,6 +1573,11 @@ input[type="search"].wvu-search__search-box { padding-top: .5em; } +.form-search__search-type fieldset legend { + position: absolute; + top: -99999em; +} + @media (min-width: 48em) { .form-search__search-type { padding-top: 0; @@ -1986,7 +1990,7 @@ input[type="submit"] { font-size: 1em; font-weight: bold; line-height: 1; - padding: 0.75em 1em; + padding: .75em 1em; text-decoration: none; } @@ -2056,7 +2060,7 @@ input[type="submit"] { .button--small { font-size: .9em; - padding: 0.35em 0.45em; + padding: .35em .45em; } .button--big { @@ -2770,7 +2774,7 @@ input[type="submit"] { } } -@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) { +@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) { .wvu-social a { -webkit-background-size: contain; background-size: contain; diff --git a/views/patterns/_wvu-search--wvu-tech.html b/views/patterns/_wvu-search--wvu-tech.html index 0f61a7f..691aad7 100644 --- a/views/patterns/_wvu-search--wvu-tech.html +++ b/views/patterns/_wvu-search--wvu-tech.html @@ -14,11 +14,12 @@
-
+ Choose to search this site or search all WVU sites + - - + +
diff --git a/views/patterns/_wvu-search.html b/views/patterns/_wvu-search.html index 0f61a7f..df4fef9 100644 --- a/views/patterns/_wvu-search.html +++ b/views/patterns/_wvu-search.html @@ -14,8 +14,9 @@
-
+ Choose to search this site or search all WVU sites + From b5977253ee1d974ec841c84ca56e04cb85711459 Mon Sep 17 00:00:00 2001 From: Jason Markle Date: Wed, 4 May 2016 17:07:56 -0400 Subject: [PATCH 08/11] Added scss for masthead links in search pattern to give a bg color fallback for ADA compliance. --- .../_wvu-masthead__search-and-submit.scss | 42 +++++++++++++++++++ scss/1-base/base-dir.scss | 1 + 2 files changed, 43 insertions(+) create mode 100644 scss/1-base/_wvu-masthead__search-and-submit.scss diff --git a/scss/1-base/_wvu-masthead__search-and-submit.scss b/scss/1-base/_wvu-masthead__search-and-submit.scss new file mode 100644 index 0000000..51bc83c --- /dev/null +++ b/scss/1-base/_wvu-masthead__search-and-submit.scss @@ -0,0 +1,42 @@ +@mixin masthead-search-submit-background { + @if $wvu-masthead-background == 'blue' { + .wvu-masthead__link { + color: white; + text-decoration: none; + background-color: $wvu-blue; + &:visited { color: white; } + &:hover { color: white; text-decoration: underline; } + } + .form-search__search-type{ + label{ + color: white; + background-color: $wvu-blue; + cursor: pointer; + text-decoration: none; + &:visited { color: white; } + &:hover { color: white; text-decoration: underline; } + } + } + } + @else { + .wvu-masthead__link { + color: $wvu-base-link-color; + text-decoration: none; + &:visited { color: $wvu-visited-link-color; } + &:hover { color: $wvu-base-link-color; text-decoration: underline; } + } + .form-search__search-type{ + label{ + color: $wvu-base-link-color; + cursor: pointer; + text-decoration: none; + &:visited { color: $wvu-visited-link-color; } + &:hover { color: $wvu-base-link-color; text-decoration: underline; } + } + } + } +} + +.wvu-masthead__search-and-submit{ + @include masthead-search-submit-background; +} diff --git a/scss/1-base/base-dir.scss b/scss/1-base/base-dir.scss index bc86626..d0daca3 100644 --- a/scss/1-base/base-dir.scss +++ b/scss/1-base/base-dir.scss @@ -11,6 +11,7 @@ @import 'wvu-forms'; @import 'wvu-search'; @import 'wvu-masthead'; +@import "wvu-masthead__search-and-submit"; @import 'wvu-header'; @import 'wvu-blog'; @import 'wvu-buttons'; From a33f73bb39284c56f17a77d5634a4807be86d99b Mon Sep 17 00:00:00 2001 From: Jason Markle Date: Thu, 12 May 2016 10:43:00 -0400 Subject: [PATCH 09/11] Adding files and additions to styles, global variables, and cross site blog template for brand patterns out of the box cross site blog functionality with XSLT. --- config.yml | 2 ++ mock_data.yml | 11 +++++++++++ scss/1-base/_wvu-blog.scss | 1 + stylesheets/ie8.css | 5 +++++ stylesheets/styles.css | 5 +++++ util/blog_index.xslt | 35 +++++++++++++++++++++++++++++++++++ views/blog_article.html | 3 +++ views/blog_index.html | 7 ++++++- views/blog_index.xml | 6 ++++++ views/cross-site-blog.html | 30 ++++++++++++++++++++++++++++++ 10 files changed, 104 insertions(+), 1 deletion(-) create mode 100644 util/blog_index.xslt create mode 100644 views/blog_index.xml create mode 100644 views/cross-site-blog.html diff --git a/config.yml b/config.yml index c12db38..55749d0 100755 --- a/config.yml +++ b/config.yml @@ -6,6 +6,8 @@ description: This is the WVU Brand Patterns theme built for CleanSlate. Original custom_site_attributes: # For Google Search Console - google_site_verification + # For defining an external blog feed for your site + - cross-site-blog-url ## Template Config # Specify which templates show up by default when creating a page diff --git a/mock_data.yml b/mock_data.yml index 4237c30..e858799 100644 --- a/mock_data.yml +++ b/mock_data.yml @@ -182,6 +182,9 @@ editable_region: article-body: |

<%= Faker::Lorem.paragraph(15) %>

+ article-image: | + + wvu-profile__name: "<%= Faker::Name.name %>" @@ -211,6 +214,7 @@ site: name: "Brand Patterns" data: google_site_verification: "meta-tag-content-goes-here" + cross-site-blog-url: http://feeds.feedburner.com/wvu/ilPI page: id: 1 @@ -244,6 +248,7 @@ pages: wvu-profile__short-description: "This is a short description for this profile. <%= Faker::Lorem.paragraph(4) %>" wvu-profile__photo: |  + - id: 3 name: "Profile Index" updated_at: "now" @@ -296,6 +301,8 @@ blog: first_name: "<%= Faker::Name.first_name %>" last_name: "<%= Faker::Name.last_name %>" content: + article-image: | + article-body: |

<%= Faker::Lorem.paragraph(2) %>

<%= Faker::Lorem.paragraph(5) %>

@@ -308,6 +315,8 @@ blog: first_name: "<%= Faker::Name.first_name %>" last_name: "<%= Faker::Name.last_name %>" content: + article-image: | + article-body: |

<%= Faker::Lorem.paragraph(2) %>

<%= Faker::Lorem.paragraph(5) %>

@@ -320,6 +329,8 @@ blog: first_name: "<%= Faker::Name.first_name %>" last_name: "<%= Faker::Name.last_name %>" content: + article-image: | + article-body: |

<%= Faker::Lorem.paragraph(2) %>

<%= Faker::Lorem.paragraph(5) %>

diff --git a/scss/1-base/_wvu-blog.scss b/scss/1-base/_wvu-blog.scss index 02eb0c4..01ba06c 100644 --- a/scss/1-base/_wvu-blog.scss +++ b/scss/1-base/_wvu-blog.scss @@ -9,6 +9,7 @@ .wvu-article--individual { border-bottom: 0; } // Remove stuff for individual articles .wvu-article__title { margin-bottom: 20px; } .wvu-article__meta { font-size: .8em; margin-top: 0; margin-bottom: 0; color: $pms-warm-gray-7; } +.wvu-article__image { margin-top: 20px; margin-bottom: 20px;} // Older/newer articles buttons .wvu-pagination { float: left; padding-top: 10px; padding-left: 0; list-style-type: none; } diff --git a/stylesheets/ie8.css b/stylesheets/ie8.css index e2b3963..a0da140 100644 --- a/stylesheets/ie8.css +++ b/stylesheets/ie8.css @@ -1517,6 +1517,11 @@ input[type="submit"].form-search__submit { color: #968C83; } +.wvu-article__image { + margin-top: 20px; + margin-bottom: 20px; +} + .wvu-pagination { float: left; padding-top: 10px; diff --git a/stylesheets/styles.css b/stylesheets/styles.css index b911685..f201324 100755 --- a/stylesheets/styles.css +++ b/stylesheets/styles.css @@ -1951,6 +1951,11 @@ input[type="submit"].form-search__submit { color: #968C83; } +.wvu-article__image { + margin-top: 20px; + margin-bottom: 20px; +} + .wvu-pagination { float: left; padding-top: 10px; diff --git a/util/blog_index.xslt b/util/blog_index.xslt new file mode 100644 index 0000000..c895f30 --- /dev/null +++ b/util/blog_index.xslt @@ -0,0 +1,35 @@ + + + + +
    + +
+
+ + + + +
diff --git a/views/blog_article.html b/views/blog_article.html index 08dc8df..0c680a5 100644 --- a/views/blog_article.html +++ b/views/blog_article.html @@ -16,6 +16,9 @@

|

+
+ +
diff --git a/views/blog_index.html b/views/blog_index.html index 0d0db2f..d72986a 100644 --- a/views/blog_index.html +++ b/views/blog_index.html @@ -28,8 +28,13 @@

|

+
+ + + +
- +
diff --git a/views/blog_index.xml b/views/blog_index.xml new file mode 100644 index 0000000..cd2e730 --- /dev/null +++ b/views/blog_index.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/views/cross-site-blog.html b/views/cross-site-blog.html new file mode 100644 index 0000000..3f7aa6e --- /dev/null +++ b/views/cross-site-blog.html @@ -0,0 +1,30 @@ +--- +layout: default +--- + + + +
+ + + + +
+

+ +
+
+ +
+
+ +
+ + + +
From 43bbc00ce04126e939d79bd2d6efce3006c3a734 Mon Sep 17 00:00:00 2001 From: Jason Markle Date: Thu, 12 May 2016 11:11:01 -0400 Subject: [PATCH 10/11] removed old wvu search patterns --- _wvu-search--wvu-tech.html | 25 ------------------------- _wvu-search.html | 25 ------------------------- 2 files changed, 50 deletions(-) delete mode 100644 _wvu-search--wvu-tech.html delete mode 100644 _wvu-search.html diff --git a/_wvu-search--wvu-tech.html b/_wvu-search--wvu-tech.html deleted file mode 100644 index bd59f13..0000000 --- a/_wvu-search--wvu-tech.html +++ /dev/null @@ -1,25 +0,0 @@ - \ No newline at end of file diff --git a/_wvu-search.html b/_wvu-search.html deleted file mode 100644 index 96a0dfd..0000000 --- a/_wvu-search.html +++ /dev/null @@ -1,25 +0,0 @@ - \ No newline at end of file From 1407c05b617c8403d7238a4444c1871eb3aa0ae8 Mon Sep 17 00:00:00 2001 From: Jason Markle Date: Thu, 12 May 2016 12:17:39 -0400 Subject: [PATCH 11/11] Updated nomenclature for the cross-site-blog-url variable --- config.yml | 2 +- mock_data.yml | 2 +- views/blog_index.xml | 2 +- views/cross-site-blog.html | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config.yml b/config.yml index 55749d0..24c5b56 100755 --- a/config.yml +++ b/config.yml @@ -7,7 +7,7 @@ custom_site_attributes: # For Google Search Console - google_site_verification # For defining an external blog feed for your site - - cross-site-blog-url + - cross_site_blog_url ## Template Config # Specify which templates show up by default when creating a page diff --git a/mock_data.yml b/mock_data.yml index e858799..d806217 100644 --- a/mock_data.yml +++ b/mock_data.yml @@ -214,7 +214,7 @@ site: name: "Brand Patterns" data: google_site_verification: "meta-tag-content-goes-here" - cross-site-blog-url: http://feeds.feedburner.com/wvu/ilPI + cross_site_blog_url: http://feeds.feedburner.com/wvu/ilPI?format=xml page: id: 1 diff --git a/views/blog_index.xml b/views/blog_index.xml index cd2e730..86d06ee 100644 --- a/views/blog_index.xml +++ b/views/blog_index.xml @@ -1,4 +1,4 @@ - + diff --git a/views/cross-site-blog.html b/views/cross-site-blog.html index 3f7aa6e..3b28570 100644 --- a/views/cross-site-blog.html +++ b/views/cross-site-blog.html @@ -7,14 +7,14 @@
- +

- +