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 }}