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') 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