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"
|
||||
hs_url: "http://pv3gsakv2vlbknfnet7nkn532zzejowdxwrxajnrtasadwnitsgpawyd.onion"
|
||||
author:
|
||||
name: fef
|
||||
name: Felix
|
||||
email: owo@fef.moe
|
||||
pgp:
|
||||
fingerprint: "9D39A75A5CDA0A5DAE78F92EEC22E476DC2D3D84"
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
<nav>
|
||||
<ul>
|
||||
{% 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>
|
||||
</li>
|
||||
{% endfor %}
|
||||
|
|
|
@ -4,7 +4,7 @@ layout: default
|
|||
|
||||
<small>{{ page.date | date: "%Y-%m-%d" }}</small>
|
||||
|
||||
<h2 class="page-title">{{ page.title }}</h2>
|
||||
<h1 class="page-title">{{ page.title }}</h1>
|
||||
|
||||
{{ content }}
|
||||
|
||||
|
|
|
@ -140,7 +140,7 @@ nav {
|
|||
}
|
||||
}
|
||||
|
||||
li.current a {
|
||||
li[aria-current] a {
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue