aboutsummaryrefslogtreecommitdiff
path: root/_includes
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2024-02-14 15:12:23 +0300
committerValentin Popov <valentin@popov.link>2024-02-14 15:12:23 +0300
commit6ec863a82e23014716ba4790072d38965208d901 (patch)
treeb377201baccfd70fe5a5ac15d3f7a9d5cbcc1e64 /_includes
parent399aeaeee8c0eec5f9bd4638ef6bc5eb3e1552ff (diff)
downloadpopov.link-6ec863a82e23014716ba4790072d38965208d901.tar.xz
popov.link-6ec863a82e23014716ba4790072d38965208d901.zip
Updated the color theme of the site
Diffstat (limited to '_includes')
-rw-r--r--_includes/author.html4
-rw-r--r--_includes/styles.scss1
2 files changed, 3 insertions, 2 deletions
diff --git a/_includes/author.html b/_includes/author.html
index 8652c82..b5a812d 100644
--- a/_includes/author.html
+++ b/_includes/author.html
@@ -12,6 +12,6 @@
{{- author.name | strip | normalize_whitespace | xml_escape -}}
{%- endif -%}
-&nbsp;
+{%- endif -%}
-{%- endif -%} \ No newline at end of file
+&nbsp; \ No newline at end of file
diff --git a/_includes/styles.scss b/_includes/styles.scss
index 073428f..36697ec 100644
--- a/_includes/styles.scss
+++ b/_includes/styles.scss
@@ -1,5 +1,6 @@
@import "reset";
@import "variables";
+@import "highlighter";
@import "framework";
@import "navbar";
@import "print"; \ No newline at end of file