Gutenberg was renamed to Zola

This commit is contained in:
Philipp Oppermann
2019-01-22 15:48:13 +01:00
parent ea7f4d74f6
commit b96f73278d
2 changed files with 4 additions and 4 deletions

View File

@@ -243,7 +243,7 @@ a code {
color: #268bd2; color: #268bd2;
} }
a.gutenberg-anchor { a.zola-anchor {
opacity: 0; opacity: 0;
position: absolute; position: absolute;
margin-left: -1.5em; margin-left: -1.5em;
@@ -253,12 +253,12 @@ a.gutenberg-anchor {
line-height: 2em; line-height: 2em;
} }
:hover>a.gutenberg-anchor { :hover>a.zola-anchor {
opacity: 1; opacity: 1;
text-decoration: none; text-decoration: none;
} }
a.gutenberg-anchor:hover { a.zola-anchor:hover {
text-decoration: none; text-decoration: none;
} }

View File

@@ -3,7 +3,7 @@
<title>{{ config.title }}</title> <title>{{ config.title }}</title>
<link>{{ config.base_url | safe }}</link> <link>{{ config.base_url | safe }}</link>
<description>{{ config.description }}</description> <description>{{ config.description }}</description>
<generator>Gutenberg</generator> <generator>Zola</generator>
<language>{{ config.default_language }}</language> <language>{{ config.default_language }}</language>
<atom:link href="{{ feed_url | safe }}" rel="self" type="application/rss+xml"/> <atom:link href="{{ feed_url | safe }}" rel="self" type="application/rss+xml"/>
<lastBuildDate>{{ last_build_date | date(format="%a, %d %b %Y %H:%M:%S %z") }}</lastBuildDate> <lastBuildDate>{{ last_build_date | date(format="%a, %d %b %Y %H:%M:%S %z") }}</lastBuildDate>