From afa2683db46b9f449a1f4fa8ee546e23e75e2245 Mon Sep 17 00:00:00 2001 From: Drew Short Date: Mon, 24 Sep 2018 09:31:10 -0500 Subject: [PATCH] Adding missing template customizations --- config.toml | 4 ++++ static/css/main.css | 4 ++++ themes/hyde/layouts/partials/sidebar.html | 5 ++++- 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 14b4acd..42af855 100644 --- a/config.toml +++ b/config.toml @@ -2,3 +2,7 @@ baseURL = "https://blog.nulloctet.com/" languageCode = "en-us" title = "NullOctet Blog" theme = "hyde" + +[params] + copyright = "Drew Short © 2018. All rights reserved." + description = "A simple developer blog" \ No newline at end of file diff --git a/static/css/main.css b/static/css/main.css index 1cd8d47..aba024d 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -1,3 +1,7 @@ +div.sidebar-about a h1 { + font-style: italic; +} + img.center { display: block; margin: 0 auto; diff --git a/themes/hyde/layouts/partials/sidebar.html b/themes/hyde/layouts/partials/sidebar.html index a3f1ff4..2403502 100644 --- a/themes/hyde/layouts/partials/sidebar.html +++ b/themes/hyde/layouts/partials/sidebar.html @@ -1,7 +1,10 @@