From 6ec863a82e23014716ba4790072d38965208d901 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Wed, 14 Feb 2024 16:12:23 +0400 Subject: Updated the color theme of the site --- _includes/author.html | 4 ++-- _includes/styles.scss | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) (limited to '_includes') 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 -%} -  +{%- endif -%} -{%- endif -%} \ No newline at end of file +  \ 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 -- cgit v1.2.3