From c7fe6c570216c2a5dbaa45a0e309104cecaa612c 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 | 52 +++++++++++++++++++++++++++++++++++++++++++ assets/css/style.scss | 8 +++++++ 2 files changed, 60 insertions(+) create mode 100644 _layouts/default.html diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 0000000..d74cf5e --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,52 @@ + + + + + + + + + + {% seo %} + {% include head-custom.html %} + + + + + +
+
+ {% 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 }} +
+
+ + + + + diff --git a/assets/css/style.scss b/assets/css/style.scss index 181f91d..ec23372 100644 --- a/assets/css/style.scss +++ b/assets/css/style.scss @@ -3,6 +3,14 @@ @import "{{ site.theme }}"; +#forkme_banner { + background: url('../images/blacktocat.png') #07c no-repeat 95% 50%; +} + +a { + color: #06c; +} + .btn { color: #eee; background: #0f7ed9;