From 60ac3560c862be7f067c918231fd74e5d9c2faf2 Mon Sep 17 00:00:00 2001 From: Yanislav Igonin Date: Wed, 25 May 2022 13:30:20 +0300 Subject: [PATCH] fix: github icon size in thread --- static/styles/footer.css | 3 +++ static/styles/index.css | 4 ---- templates/pages/index.html | 1 + templates/pages/thread.html | 3 ++- 4 files changed, 6 insertions(+), 5 deletions(-) create mode 100644 static/styles/footer.css diff --git a/static/styles/footer.css b/static/styles/footer.css new file mode 100644 index 0000000..c428476 --- /dev/null +++ b/static/styles/footer.css @@ -0,0 +1,3 @@ +.github-icon { + width: 2.5rem; +} diff --git a/static/styles/index.css b/static/styles/index.css index 4d9fde7..8fb0bdb 100644 --- a/static/styles/index.css +++ b/static/styles/index.css @@ -1,7 +1,3 @@ #pagesList { flex-wrap: wrap } - -.github-icon { - width: 2.5rem; -} \ No newline at end of file diff --git a/templates/pages/index.html b/templates/pages/index.html index 32a1204..78affa9 100644 --- a/templates/pages/index.html +++ b/templates/pages/index.html @@ -4,6 +4,7 @@ {{ template "static" }} + {{ template "meta-tags-static" }} diff --git a/templates/pages/thread.html b/templates/pages/thread.html index 4671a2f..04ca71e 100644 --- a/templates/pages/thread.html +++ b/templates/pages/thread.html @@ -5,9 +5,10 @@ {{ template "static" }} - {{ template "meta-tags-dynamic" $FirstPost }} + + {{ template "meta-tags-dynamic" $FirstPost }}