From e0f4466d676f602fc0342b3609bb831e027c3f46 Mon Sep 17 00:00:00 2001 From: Seth Grover Date: Thu, 22 Sep 2022 13:30:37 -0600 Subject: [PATCH] experimenting with github pages --- _config.yml | 2 +- _layouts/default.html | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/_config.yml b/_config.yml index e2a38ff9d..3d8e0b25b 100644 --- a/_config.yml +++ b/_config.yml @@ -8,7 +8,7 @@ github: plugins: - jekyll-remote-theme - jekyll-relative-links -show_downloads: false +show_downloads: true relative_links: enabled: true collections: true diff --git a/_layouts/default.html b/_layouts/default.html index 42d688a45..5cef8a84a 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -15,10 +15,9 @@
+

{{ site.title | default: site.github.repository_name }}

{% if site.logo %} - {{ site.title | default: site.github.repository_name }} - {% else %} -

{{ site.title | default: site.github.repository_name }}

+ Logo {% endif %}

{{ site.description | default: site.github.project_tagline }}

@@ -33,9 +32,9 @@

{{ site.title | default: site.github.repo {% if site.show_downloads %} {% endif %}