From 71b31a195dbee667992e235e0206ff513ddcdb4c Mon Sep 17 00:00:00 2001 From: John Bampton Date: Tue, 22 Dec 2020 17:51:29 +1000 Subject: [PATCH] Add theme color - Standardize quotes - Fix favicon type attribute - Add `alt` and `title` attributes to the mruby header image https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta/name/theme-color --- _includes/_latest_news.html | 8 ++++---- _includes/header.html | 5 ++--- _includes/icons.html | 4 ++++ _includes/navigation.html | 2 +- libraries/index.html | 16 ++++++++-------- 5 files changed, 19 insertions(+), 16 deletions(-) create mode 100644 _includes/icons.html diff --git a/_includes/_latest_news.html b/_includes/_latest_news.html index 83ea82c..25fe7c0 100644 --- a/_includes/_latest_news.html +++ b/_includes/_latest_news.html @@ -1,14 +1,14 @@ -
-
+
+

Latest News

-
+
    {% for post in site.posts %}
  • -

    +

    {{ post.date | date_to_string }}: {{ post.title }}

    diff --git a/_includes/header.html b/_includes/header.html index 007f5a7..fcb02df 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -2,6 +2,8 @@ {{ page.title }} + {% include icons.html %} + @@ -16,6 +18,3 @@ - - - diff --git a/_includes/icons.html b/_includes/icons.html new file mode 100644 index 0000000..15afc10 --- /dev/null +++ b/_includes/icons.html @@ -0,0 +1,4 @@ + + + + diff --git a/_includes/navigation.html b/_includes/navigation.html index 1cc089e..2258e71 100644 --- a/_includes/navigation.html +++ b/_includes/navigation.html @@ -1,6 +1,6 @@