diff --git a/config.toml b/config.toml index 2551076..88937b8 100644 --- a/config.toml +++ b/config.toml @@ -8,6 +8,8 @@ default_language = "en" minify_html = false +generate_feed = true + [slugify] paths = "off" taxonomies = "off" diff --git a/sass/css/style.scss b/sass/css/style.scss index c3b3d47..ba059c6 100644 --- a/sass/css/style.scss +++ b/sass/css/style.scss @@ -170,8 +170,7 @@ footer hr { border: 1px dashed #fa4; } -.mastodon-logo img { - width: 48px; +.footer-icons img { margin: 24px; } diff --git a/static/img/rss-gradient.svg b/static/img/rss-gradient.svg new file mode 100644 index 0000000..c6ec9c8 --- /dev/null +++ b/static/img/rss-gradient.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/templates/blog.html b/templates/blog.html index 39e0144..7992175 100644 --- a/templates/blog.html +++ b/templates/blog.html @@ -35,7 +35,12 @@ {% endblock body %}