diff --git a/_layouts/default.html b/_layouts/default.html index bfe40f1..e9b6d6d 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -2,5 +2,26 @@ layout: no-section ---
+
+ {% comment %} + Only set an icon if one is available for the page. + {% endcomment %} + + {% if page.icon %} +

{{ page.title }}

+ {% else %} +

{{ page.title }}

+ {% endif %} + + {% comment %} + We'd rather not provide an empty tag for the description + wherever possible. + {% endcomment %} + {% if page.description %} +

{{ page.description }}

+ {% endif %} +
+

+ {{ content }}
diff --git a/donators.html b/donators.html index d6f4bce..e2afdbd 100644 --- a/donators.html +++ b/donators.html @@ -1,9 +1,9 @@ --- title: Donators +icon: account-multiple +description: We thank all of our donators. They ensure that WiiLink will thrive for years to come! --- -

Donators

-

We thank all of our donators. They ensure that WiiLink will thrive for years to come!

diff --git a/faq.md b/faq.md index 731b00f..caefb45 100644 --- a/faq.md +++ b/faq.md @@ -1,5 +1,6 @@ --- title: FAQ +icon: help-circle --- @@ -21,8 +22,6 @@ body { } -

FAQ

- {% include table-of-contents.html %}
diff --git a/news.html b/news.html index 8f342fc..267eafa 100644 --- a/news.html +++ b/news.html @@ -1,8 +1,8 @@ --- title: News +icon: newspaper-variant --- -

News

Thank you!