diff --git a/docs/_includes/head.html b/docs/_includes/head.html index 74a0c16c..bf9a15ce 100644 --- a/docs/_includes/head.html +++ b/docs/_includes/head.html @@ -2,6 +2,7 @@ + {% if page.use-site-title %}{{ site.title }} {{ site.title-separator }} {{ site.description }}{% elsif page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %} @@ -53,71 +54,12 @@ {% endfor %} {% endif %} - - {% if site.fb_app_id %} - - {% endif %} - - {% if page.meta-title %} - - {% elsif page.title %} - - {% else %} - - {% endif %} - - {% if page.meta-description %} - - {% elsif page.subtitle %} - - {% else %} - - {% endif %} - - - - - {% if page.id %} - - - {% else %} - - - {% endif %} - - {% if page.share-img %} - - {% elsif site.avatar %} - - {% endif %} - - - - - {% if page.meta-title %} - {% elsif page.title %} - - {% else %} - - {% endif %} - - {% if page.meta-description %} - {% elsif page.subtitle %} - - {% else %} - - {% endif %} - - {% if page.share-img %} - - {% elsif site.avatar %} - - {% endif %} + {% if site.matomo %} {% include matomo.html %} diff --git a/docs/favicon.ico b/docs/favicon.ico new file mode 100644 index 00000000..19370f53 Binary files /dev/null and b/docs/favicon.ico differ diff --git a/docs/index.html b/docs/index.html index fac81170..53763d03 100644 --- a/docs/index.html +++ b/docs/index.html @@ -5,6 +5,9 @@ css: - "/css/index.css" js: - "/js/index.js" + +meta-title: "Downloads | Cemu Graphic Packs" +meta-description: "Largest graphic pack source for Cemu that modify or scale games." --- {% comment %} The javascript is designed to be infinitely scaleable. Just copy-pasting the announcement works. {% endcomment %}