Skip to content
This repository has been archived by the owner on Jul 20, 2020. It is now read-only.

Commit

Permalink
Additional fixes for issues from html proofer check
Browse files Browse the repository at this point in the history
  • Loading branch information
cewilliams committed Oct 21, 2016
1 parent 03549ab commit 3428859
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 59 deletions.
12 changes: 6 additions & 6 deletions _config.yml
Expand Up @@ -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'
Expand Down
8 changes: 4 additions & 4 deletions _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"
22 changes: 11 additions & 11 deletions _includes/_favicon.html
Expand Up @@ -4,27 +4,27 @@
*
{% endcomment %}
{% comment %} Regular Old-Skool Favicon: {% endcomment %}
{% if site.favicon-32x32 %}<link rel="icon" sizes="32x32" href="{{ site.url }}/assets/img/{{ site.favicon-32x32 }}">{% endif %}
{% if site.favicon-32x32 %}<link rel="icon" sizes="32x32" href="{{ site.url }}{{ site.baseurl }}/assets/img/{{ site.favicon-32x32 }}">{% endif %}
{% comment %} For Chrome for Android: {% endcomment %}
{% if site.touch-icon-192x192 %}<link rel="icon" sizes="192x192" href="{{ site.url }}/assets/img/{{ site.touch-icon-192x192 }}">{% endif %}
{% if site.touch-icon-192x192 %}<link rel="icon" sizes="192x192" href="{{ site.url }}{{ site.baseurl }}/assets/img/{{ site.touch-icon-192x192 }}">{% endif %}
{% comment %} For iPhone 6 Plus with @3× display: {% endcomment %}
{% if site.apple-touch-icon-180x180-precomposed %}<link rel="apple-touch-icon-precomposed" sizes="180x180" href="{{ site.url }}/assets/img/{{ site.apple-touch-icon-180x180-precomposed }}">{% endif %}
{% if site.apple-touch-icon-180x180-precomposed %}<link rel="apple-touch-icon-precomposed" sizes="180x180" href="{{ site.url }}{{ site.baseurl }}/assets/img/{{ site.apple-touch-icon-180x180-precomposed }}">{% endif %}
{% comment %} For iPad with @2× display running iOS ≥ 7: {% endcomment %}
{% if site.apple-touch-icon-152x152-precomposed %}<link rel="apple-touch-icon-precomposed" sizes="152x152" href="{{ site.url }}/assets/img/{{ site.apple-touch-icon-152x152-precomposed }}">{% endif %}
{% if site.apple-touch-icon-152x152-precomposed %}<link rel="apple-touch-icon-precomposed" sizes="152x152" href="{{ site.url }}{{ site.baseurl }}/assets/img/{{ site.apple-touch-icon-152x152-precomposed }}">{% endif %}
{% comment %} For iPad with @2× display running iOS ≤ 6: {% endcomment %}
{% if site.apple-touch-icon-144x144-precomposed %}<link rel="apple-touch-icon-precomposed" sizes="144x144" href="{{ site.url }}/assets/img/{{ site.apple-touch-icon-144x144-precomposed }}">{% endif %}
{% if site.apple-touch-icon-144x144-precomposed %}<link rel="apple-touch-icon-precomposed" sizes="144x144" href="{{ site.url }}{{ site.baseurl }}/assets/img/{{ site.apple-touch-icon-144x144-precomposed }}">{% endif %}
{% comment %} For iPhone with @2× display running iOS ≥ 7: {% endcomment %}
{% if site.apple-touch-icon-120x120-precomposed %}<link rel="apple-touch-icon-precomposed" sizes="120x120" href="{{ site.url }}/assets/img/{{ site.apple-touch-icon-120x120-precomposed }}">{% endif %}
{% if site.apple-touch-icon-120x120-precomposed %}<link rel="apple-touch-icon-precomposed" sizes="120x120" href="{{ site.url }}{{ site.baseurl }}/assets/img/{{ site.apple-touch-icon-120x120-precomposed }}">{% endif %}
{% comment %} For iPhone with @2× display running iOS ≤ 6: {% endcomment %}
{% if site.apple-touch-icon-114x114-precomposed %}<link rel="apple-touch-icon-precomposed" sizes="114x114" href="{{ site.url }}/assets/img/{{ site.apple-touch-icon-114x114-precomposed }}">{% endif %}
{% if site.apple-touch-icon-114x114-precomposed %}<link rel="apple-touch-icon-precomposed" sizes="114x114" href="{{ site.url }}{{ site.baseurl }}/assets/img/{{ 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 %}
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="{{ site.url }}/assets/img/{{ site.apple-touch-icon-76x76-precomposed }}">{% endif %}
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="{{ site.url }}{{ site.baseurl }}/assets/img/{{ site.apple-touch-icon-76x76-precomposed }}">{% 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 %}<link rel="apple-touch-icon-precomposed" sizes="72x72" href="{{ site.url }}/assets/img/{{ site.apple-touch-icon-72x72-precomposed }}">{% endif %}
{% if site.apple-touch-icon-72x72-precomposed %}<link rel="apple-touch-icon-precomposed" sizes="72x72" href="{{ site.url }}{{ site.baseurl }}/assets/img/{{ 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 %}<link rel="apple-touch-icon-precomposed" href="{{ site.url }}/assets/img/{{ site.apple-touch-icon-precomposed }}">{% comment %} 57×57px {% endcomment %} {% endif %}
{% if site.apple-touch-icon-precomposed %}<link rel="apple-touch-icon-precomposed" href="{{ site.url }}{{ site.baseurl }}/assets/img/{{ site.apple-touch-icon-precomposed }}">{% comment %} 57×57px {% endcomment %} {% endif %}
{% comment %} Favicon for Windows 8 {% endcomment %}
{% if site.msapplication_tileimage %}<meta name="msapplication-TileImage" content="{{ site.url }}/assets/img/{{ site.msapplication_tileimage }}">{% endif %}
{% if site.msapplication_tileimage %}<meta name="msapplication-TileImage" content="{{ site.url }}{{ site.baseurl }}/assets/img/{{ site.msapplication_tileimage }}">{% endif %}
{% comment %} Background Color for Tile for Windows 8 {% endcomment %}
{% if site.msapplication_tilecolor %}<meta name="msapplication-TileColor" content="{{ site.msapplication_tilecolor }}">{% endif %}
29 changes: 0 additions & 29 deletions blog/archive.html

This file was deleted.

9 changes: 0 additions & 9 deletions blog/index.html

This file was deleted.

0 comments on commit 3428859

Please sign in to comment.