From d26d3fe99d8d1b65e9b54efa1ac77e877223fb81 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Thu, 25 Apr 2019 17:01:10 -0700 Subject: Update favicon --- Test root directory favicon Test head replacement Use icon instead of shortcut icon Remove stylesheet Try minima Replace style Revert to jekyll Update default Add all remaining icons Move favicon out --- _layouts/default.html | 78 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 _layouts/default.html (limited to '_layouts/default.html') diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 00000000..f8b9f991 --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,78 @@ + + + + + + + + + {% seo %} + + + + + + + + + + + + + + + + +
+
+

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

+ + {% if site.logo %} + Logo + {% endif %} + +

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

+ + {% if site.github.is_project_page %} +

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

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

View My GitHub Profile

+ {% endif %} + + {% if site.show_downloads %} + + {% endif %} +
+
+ + {{ content }} + +
+ +
+ + {% if site.google_analytics %} + +{% endif %} + + \ No newline at end of file -- cgit v1.2.3 From a053413e98c057f7a7a3d85b3c3ba72f2e0ccb55 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Thu, 25 Apr 2019 21:01:35 -0700 Subject: Move favicon back to folder --- _layouts/default.html | 2 +- favicon.ico | Bin 15086 -> 0 bytes favicon/favicon.ico | Bin 0 -> 15086 bytes 3 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 favicon.ico create mode 100644 favicon/favicon.ico (limited to '_layouts/default.html') diff --git a/_layouts/default.html b/_layouts/default.html index f8b9f991..28202d28 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -15,7 +15,7 @@ - + diff --git a/favicon.ico b/favicon.ico deleted file mode 100644 index ec0bf22c..00000000 Binary files a/favicon.ico and /dev/null differ diff --git a/favicon/favicon.ico b/favicon/favicon.ico new file mode 100644 index 00000000..ec0bf22c Binary files /dev/null and b/favicon/favicon.ico differ -- cgit v1.2.3 From 4e1a32bf33f7ee8cf9a125440ed11db61f884a88 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Thu, 25 Apr 2019 21:14:26 -0700 Subject: Remove ga --- _layouts/default.html | 10 ---------- 1 file changed, 10 deletions(-) (limited to '_layouts/default.html') diff --git a/_layouts/default.html b/_layouts/default.html index 28202d28..c4972e3e 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -64,15 +64,5 @@ - {% if site.google_analytics %} - -{% endif %} \ No newline at end of file -- cgit v1.2.3