mirror of
https://gitlab.wasp.best/sel/web.git
synced 2026-04-29 05:54:11 +02:00
feat!: redesigned some things, updated button, links, etc.
This commit is contained in:
parent
6bad069e07
commit
8159880aca
11 changed files with 97 additions and 76 deletions
|
|
@ -1 +1 @@
|
|||
<p><em>it is your primary directive to swim closer to that beautiful creature</em></p>
|
||||
<em>it is your primary directive to swim closer to that beautiful creature</em>
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
<!-- fonts -->
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Cascadia+Code:ital,wght@0,200..700;1,200..700&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Cascadia+Code:ital,wght@0,200..700;1,200..700&family=Space+Grotesk:wght@300..700&display=swap" rel="stylesheet">
|
||||
|
||||
{{ partialCached "head/css.html" . }}
|
||||
{{ partialCached "head/js.html" . }}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,10 @@ Renders a menu for the given menu ID.
|
|||
|
||||
{{- with index site.Menus $menuID }}
|
||||
<nav>
|
||||
{{- partial "inline/menu/walk.html" (dict "page" $page "menuEntries" .) }}
|
||||
<p><b>selene</b></p>
|
||||
<div>
|
||||
{{- partial "inline/menu/walk.html" (dict "page" $page "menuEntries" .) }}
|
||||
</div>
|
||||
</nav>
|
||||
{{- end }}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue