From 3428859e19a9600da3500caea3e80065a360f605 Mon Sep 17 00:00:00 2001 From: Cedric Williams Date: Fri, 21 Oct 2016 19:38:36 +0100 Subject: [PATCH] Additional fixes for issues from html proofer check --- _config.yml | 12 ++++++------ _data/services.yml | 8 ++++---- _includes/_favicon.html | 22 +++++++++++----------- blog/archive.html | 29 ----------------------------- blog/index.html | 9 --------- 5 files changed, 21 insertions(+), 59 deletions(-) delete mode 100644 blog/archive.html delete mode 100644 blog/index.html diff --git a/_config.yml b/_config.yml index 1b61b03d..9309e67c 100644 --- a/_config.yml +++ b/_config.yml @@ -161,12 +161,12 @@ defaults: favicon-32x32: 'favicon-32x32.png' touch-icon-192x192: 'isc-logo-192.png' apple-touch-icon-180x180-precomposed: 'isc-logo-180.png' -apple-touch-icon-152x152-precomposed: 'isc-logo-152-precomposed.png' -apple-touch-icon-144x144-precomposed: 'isc-logo-144-precomposed.png' -apple-touch-icon-120x120-precomposed: 'isc-logo-120-precomposed.png' -apple-touch-icon-114x114-precomposed: 'isc-logo-114-precomposed.png' -apple-touch-icon-76x76-precomposed: 'isc-logo-76-precomposed.png' -apple-touch-icon-72x72-precomposed: 'isc-logo-72-precomposed.png' +apple-touch-icon-152x152-precomposed: 'isc-logo-152.png' +apple-touch-icon-144x144-precomposed: 'isc-logo-144.png' +apple-touch-icon-120x120-precomposed: 'isc-logo-120.png' +apple-touch-icon-114x114-precomposed: 'isc-logo-114.png' +apple-touch-icon-76x76-precomposed: 'isc-logo-76.png' +apple-touch-icon-72x72-precomposed: 'isc-logo-72.png' apple-touch-icon-precomposed: 'logo.png' msapplication_tileimage: 'isc-logo-144.png' # Size 144x144 msapplication_tilecolor: '#fabb00' diff --git a/_data/services.yml b/_data/services.yml index d93ff220..d52dbcc4 100644 --- a/_data/services.yml +++ b/_data/services.yml @@ -1,17 +1,17 @@ - menu_name: "Services" - name: "Contact" - url: "/contact/" + url: "/InnerSourceCommons/contact/" title: "Contact" - name: "RSS" - url: "/feed.xml" + url: "/InnerSourceCommons/feed.xml" title: "Subscribe to RSS Feed" - name: "Atom" - url: "/atom.xml" + url: "/InnerSourceCommons/atom.xml" title: "Subscribe to Atom Feed" - name: "sitemap.xml" - url: "/sitemap.xml" + url: "/InnerSourceCommons/sitemap.xml" title: "Sitemap for Google Webmaster Tools" diff --git a/_includes/_favicon.html b/_includes/_favicon.html index 70507509..1ba7afbb 100644 --- a/_includes/_favicon.html +++ b/_includes/_favicon.html @@ -4,27 +4,27 @@ * {% endcomment %} {% comment %} Regular Old-Skool Favicon: {% endcomment %} - {% if site.favicon-32x32 %}{% endif %} + {% if site.favicon-32x32 %}{% endif %} {% comment %} For Chrome for Android: {% endcomment %} - {% if site.touch-icon-192x192 %}{% endif %} + {% if site.touch-icon-192x192 %}{% endif %} {% comment %} For iPhone 6 Plus with @3× display: {% endcomment %} - {% if site.apple-touch-icon-180x180-precomposed %}{% endif %} + {% if site.apple-touch-icon-180x180-precomposed %}{% endif %} {% comment %} For iPad with @2× display running iOS ≥ 7: {% endcomment %} - {% if site.apple-touch-icon-152x152-precomposed %}{% endif %} + {% if site.apple-touch-icon-152x152-precomposed %}{% endif %} {% comment %} For iPad with @2× display running iOS ≤ 6: {% endcomment %} - {% if site.apple-touch-icon-144x144-precomposed %}{% endif %} + {% if site.apple-touch-icon-144x144-precomposed %}{% endif %} {% comment %} For iPhone with @2× display running iOS ≥ 7: {% endcomment %} - {% if site.apple-touch-icon-120x120-precomposed %}{% endif %} + {% if site.apple-touch-icon-120x120-precomposed %}{% endif %} {% comment %} For iPhone with @2× display running iOS ≤ 6: {% endcomment %} - {% if site.apple-touch-icon-114x114-precomposed %}{% endif %} + {% if site.apple-touch-icon-114x114-precomposed %}{% endif %} {% comment %} For the iPad mini and the first- and second-generation iPad (@1× display) on iOS ≥ 7: {% endcomment %} {% if site.apple-touch-icon-76x76-precomposed %} - {% endif %} + {% endif %} {% comment %} For the iPad mini and the first- and second-generation iPad (@1× display) on iOS ≤ 6: {% endcomment %} - {% if site.apple-touch-icon-72x72-precomposed %}{% endif %} + {% if site.apple-touch-icon-72x72-precomposed %}{% endif %} {% comment %} For non-Retina iPhone, iPod Touch, and Android 2.1+ devices: {% endcomment %} - {% if site.apple-touch-icon-precomposed %}{% comment %} 57×57px {% endcomment %} {% endif %} + {% if site.apple-touch-icon-precomposed %}{% comment %} 57×57px {% endcomment %} {% endif %} {% comment %} Favicon for Windows 8 {% endcomment %} - {% if site.msapplication_tileimage %}{% endif %} + {% if site.msapplication_tileimage %}{% endif %} {% comment %} Background Color for Tile for Windows 8 {% endcomment %} {% if site.msapplication_tilecolor %}{% endif %} diff --git a/blog/archive.html b/blog/archive.html deleted file mode 100644 index 40f0e5b7..00000000 --- a/blog/archive.html +++ /dev/null @@ -1,29 +0,0 @@ ---- -layout: default -title: "Blog Archive" -teaser: "Check out all blog posts in my blog archive. Click on a headline to read the teaser." -breadcrumb: true -header: - image_fullwidth: header_unsplash_8.jpg -permalink: "blog/archive/" ---- -
-
-

{{ page.title }}

- {% if page.teaser %}

{{ page.teaser }}

{% endif %} - -
- {% assign counter = 1 %} - {% for post in site.posts limit:1000 %} -
- {% if post.subheadline %}{{ post.subheadline }} › {% endif %}{{ post.title }} -
- {% if post.meta_description %}{{ post.meta_description | strip_html | escape }}{% elsif post.teaser %}{{ post.teaser | strip_html | escape }}{% endif %} - {{ site.data.language.read_more }}

-
-
- {% assign counter=counter | plus:1 %} - {% endfor %} -
-
-
diff --git a/blog/index.html b/blog/index.html deleted file mode 100644 index 92e32574..00000000 --- a/blog/index.html +++ /dev/null @@ -1,9 +0,0 @@ ---- -layout: blog -title: "Blog of Feeling Responsive" -teaser: "This is the Feeling Responsive Blog Template." -header: - image_fullwidth: "header-bus.jpg" - permalink: /blog/ ---- -