From 651acd35545dd0a88d9c65cb312f5bba2cc75d75 Mon Sep 17 00:00:00 2001 From: Seth Grover Date: Thu, 22 Sep 2022 14:39:38 -0600 Subject: [PATCH] experimenting with github pages --- _includes/head-custom.html | 1 - _layouts/default.html | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/head-custom.html b/_includes/head-custom.html index e969a8470..30e2a3471 100644 --- a/_includes/head-custom.html +++ b/_includes/head-custom.html @@ -1,2 +1 @@ - \ No newline at end of file diff --git a/_layouts/default.html b/_layouts/default.html index c451c2796..d97fccf4c 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -10,6 +10,7 @@ + {% include head-custom.html %} @@ -26,7 +27,7 @@

{{ site.title | default: site.github.repo

Documentation

{% if site.github.is_project_page %} -

View the Project on GitHub {{ site.github.repository_nwo }}

+

View the Project on GitHub {{ site.github.repository_nwo }}

{% endif %} {% if site.github.is_user_page %}