From f393cbc7c676c8d036e7e67203ad468d1dcf56e3 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 31 Aug 2023 03:56:10 +0400 Subject: Removed redundant styles --- sass/_blog.scss | 3 --- sass/styles.scss | 3 +-- templates/post.html | 2 +- 3 files changed, 2 insertions(+), 6 deletions(-) delete mode 100644 sass/_blog.scss diff --git a/sass/_blog.scss b/sass/_blog.scss deleted file mode 100644 index 662cfba..0000000 --- a/sass/_blog.scss +++ /dev/null @@ -1,3 +0,0 @@ -.post_header { - text-align: center; -} \ No newline at end of file diff --git a/sass/styles.scss b/sass/styles.scss index 46ab7dc..56dd657 100644 --- a/sass/styles.scss +++ b/sass/styles.scss @@ -15,5 +15,4 @@ $font-size-base: 1.8rem; @import "framework"; @import "navbar"; -@import "print"; -@import "blog"; \ No newline at end of file +@import "print"; \ No newline at end of file diff --git a/templates/post.html b/templates/post.html index 9c6cc94..bd90b49 100644 --- a/templates/post.html +++ b/templates/post.html @@ -1,7 +1,7 @@ {% extends 'base.html' %} {% block content %} -
+

{{ page.title | trim | safe }}

-- cgit v1.2.3