From f22009f9389bcedec6e206db009188db2fc729f7 Mon Sep 17 00:00:00 2001 From: kitswas <90329875+kitswas@users.noreply.github.com> Date: Sun, 20 Nov 2022 16:01:24 +0530 Subject: [PATCH] Implemented fixes locally An upstream pull request remains unaccepted. See https://github.com/pages-themes/slate/pull/80/ --- _layouts/default.html | 62 +++++++++++++++++++++++++++++++++++++++++++ assets/css/style.scss | 4 +++ 2 files changed, 66 insertions(+) create mode 100644 _layouts/default.html diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 0000000..d56389a --- /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 %} + + diff --git a/assets/css/style.scss b/assets/css/style.scss index 181f91d..21d73d3 100644 --- a/assets/css/style.scss +++ b/assets/css/style.scss @@ -1,6 +1,10 @@ --- --- +#forkme_banner { + background: url('../images/blacktocat.png') #07c no-repeat 95% 50%; +} + @import "{{ site.theme }}"; .btn {