mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Gutenberg was renamed to Zola
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user