feat: theme revisions
This commit is contained in:
parent
2eed920716
commit
c86f0d7f04
20 changed files with 243 additions and 103 deletions
|
@ -2,10 +2,13 @@
|
|||
<nav class="[ wrapper flex items-center justify-between ]">
|
||||
<div class="[ site-logo ] [ flex items-center ]">
|
||||
<a class="[ logo ] [ flex items-center justify-center ]"
|
||||
aria-label="Go to index"
|
||||
href="{{ meta.url }}">
|
||||
<img src="/assets/images/logo.svg" width="32" height="32" alt="" />
|
||||
</a>
|
||||
<a class="[ wordmark ] [ flex ]" href="{{ meta.url }}">
|
||||
<a class="[ wordmark ] [ flex ]"
|
||||
href="{{ meta.url }}"
|
||||
aria-label="Go to index">
|
||||
<span>wonderful</span>
|
||||
<span>frog</span>
|
||||
</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue