From d24b06ad73f916145cdb23dcdd550e65c6f6fe70 Mon Sep 17 00:00:00 2001 From: Ilya Ivanov Date: Tue, 30 Jun 2020 00:12:21 +0700 Subject: [PATCH 1/3] allow custom favicon code --- _includes/favicon.html | 1 + _includes/head.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 _includes/favicon.html diff --git a/_includes/favicon.html b/_includes/favicon.html new file mode 100644 index 0000000..12c279e --- /dev/null +++ b/_includes/favicon.html @@ -0,0 +1 @@ + diff --git a/_includes/head.html b/_includes/head.html index 4f22497..1e4f90e 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -10,7 +10,7 @@ {% endif %} {% endunless %} - + {% include favicon.html %} From 9e52e712aeac21b35d2bd851152316a4da7de749 Mon Sep 17 00:00:00 2001 From: Ilya Ivanov Date: Tue, 30 Jun 2020 00:12:21 +0700 Subject: [PATCH 2/3] allow custom favicon code --- _includes/favicon.html | 1 + _includes/head.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 _includes/favicon.html diff --git a/_includes/favicon.html b/_includes/favicon.html new file mode 100644 index 0000000..c485d4c --- /dev/null +++ b/_includes/favicon.html @@ -0,0 +1 @@ + diff --git a/_includes/head.html b/_includes/head.html index c0f73d7..d26a42a 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -10,7 +10,7 @@ {% endif %} {% endunless %} - + {% include favicon.html %} From 404059ab03eb4ea13506e59601aa2eccd995fda9 Mon Sep 17 00:00:00 2001 From: Alexandre Segura Date: Tue, 22 Dec 2020 08:54:21 +0100 Subject: [PATCH 3/3] Prepend site.collections_dir if any. --- _layouts/default.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/default.html b/_layouts/default.html index f571923..00481c7 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -177,7 +177,7 @@ layout: table_wrappers site.gh_edit_view_mode %}

- {{ site.gh_edit_link_text }} + {{ site.gh_edit_link_text }}

{% endif %}