change author name
This commit is contained in:
parent
7d6ee7465b
commit
134d1bb9f9
4 changed files with 4 additions and 4 deletions
|
@ -4,7 +4,7 @@ baseurl: "/"
|
||||||
url: "https://fef.moe"
|
url: "https://fef.moe"
|
||||||
hs_url: "http://pv3gsakv2vlbknfnet7nkn532zzejowdxwrxajnrtasadwnitsgpawyd.onion"
|
hs_url: "http://pv3gsakv2vlbknfnet7nkn532zzejowdxwrxajnrtasadwnitsgpawyd.onion"
|
||||||
author:
|
author:
|
||||||
name: fef
|
name: Felix
|
||||||
email: owo@fef.moe
|
email: owo@fef.moe
|
||||||
pgp:
|
pgp:
|
||||||
fingerprint: "9D39A75A5CDA0A5DAE78F92EEC22E476DC2D3D84"
|
fingerprint: "9D39A75A5CDA0A5DAE78F92EEC22E476DC2D3D84"
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
<nav>
|
<nav>
|
||||||
<ul>
|
<ul>
|
||||||
{% for item in site.data.navigation %}
|
{% for item in site.data.navigation %}
|
||||||
<li {% if page.url == item.link %}class="current" aria-current="true"{% else %}aria-current="false"{% endif %}>
|
<li{% if page.url == item.link %} aria-current="page"{% endif %}>
|
||||||
<a href="{{ item.link }}">{{ item.name }}</a>
|
<a href="{{ item.link }}">{{ item.name }}</a>
|
||||||
</li>
|
</li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
|
@ -4,7 +4,7 @@ layout: default
|
||||||
|
|
||||||
<small>{{ page.date | date: "%Y-%m-%d" }}</small>
|
<small>{{ page.date | date: "%Y-%m-%d" }}</small>
|
||||||
|
|
||||||
<h2 class="page-title">{{ page.title }}</h2>
|
<h1 class="page-title">{{ page.title }}</h1>
|
||||||
|
|
||||||
{{ content }}
|
{{ content }}
|
||||||
|
|
||||||
|
|
|
@ -140,7 +140,7 @@ nav {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
li.current a {
|
li[aria-current] a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue