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

View File

@@ -3,7 +3,7 @@
<title>{{ config.title }}</title>
<link>{{ config.base_url | safe }}</link>
<description>{{ config.description }}</description>
<generator>Gutenberg</generator>
<generator>Zola</generator>
<language>{{ config.default_language }}</language>
<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>