From 081f823600d00bdc8c3075d8edfcc061e253f60c Mon Sep 17 00:00:00 2001 From: Andras Lasso Date: Sun, 1 Mar 2020 15:30:16 -0500 Subject: [PATCH] Make clicking title go back to main page --- _layouts/default.html | 62 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 _layouts/default.html diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 0000000..d09605a --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,62 @@ + + + + + + + + + +{% seo %} + + + + + +
+
+ {% if site.github.is_project_page %} + View on GitHub + {% endif %} + +

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

+

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

+ + {% if site.show_downloads %} +
+ Download this project as a .zip file + Download this project as a tar.gz file +
+ {% endif %} +
+
+ + +
+
+ {{ content }} +
+
+ + + + + {% if site.google_analytics %} + + {% endif %} + +