From b96f73278d171712ef9fc19edaad0e82f5f21fd8 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Tue, 22 Jan 2019 15:48:13 +0100 Subject: [PATCH] Gutenberg was renamed to Zola --- blog/static/css/main.css | 6 +++--- blog/templates/rss.xml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/blog/static/css/main.css b/blog/static/css/main.css index 6f3b589a..222f589f 100644 --- a/blog/static/css/main.css +++ b/blog/static/css/main.css @@ -243,7 +243,7 @@ a code { color: #268bd2; } -a.gutenberg-anchor { +a.zola-anchor { opacity: 0; position: absolute; margin-left: -1.5em; @@ -253,12 +253,12 @@ a.gutenberg-anchor { line-height: 2em; } -:hover>a.gutenberg-anchor { +:hover>a.zola-anchor { opacity: 1; text-decoration: none; } -a.gutenberg-anchor:hover { +a.zola-anchor:hover { text-decoration: none; } diff --git a/blog/templates/rss.xml b/blog/templates/rss.xml index f823da36..8af1b81d 100644 --- a/blog/templates/rss.xml +++ b/blog/templates/rss.xml @@ -3,7 +3,7 @@ {{ config.title }} {{ config.base_url | safe }} {{ config.description }} - Gutenberg + Zola {{ config.default_language }} {{ last_build_date | date(format="%a, %d %b %Y %H:%M:%S %z") }}