summaryrefslogtreecommitdiff
path: root/src/_includes/components/headerbar.njk
diff options
context:
space:
mode:
authorseth <[email protected]>2023-04-22 19:10:16 -0400
committerseth <[email protected]>2023-04-22 19:10:23 -0400
commitaff0fff062a49636c40151259250a90bcd964a64 (patch)
treefc1a67b850431bd7e129b9f1aaabd27dcf8f8f0b /src/_includes/components/headerbar.njk
parent2f9c19f1c69ab1c53c032c53f92c05f502999a1d (diff)
fix(actions): format .njk files
Diffstat (limited to 'src/_includes/components/headerbar.njk')
-rw-r--r--src/_includes/components/headerbar.njk8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/_includes/components/headerbar.njk b/src/_includes/components/headerbar.njk
index 21fa357..0edc922 100644
--- a/src/_includes/components/headerbar.njk
+++ b/src/_includes/components/headerbar.njk
@@ -1,11 +1,7 @@
<div class="headerbar">
<div id="links" class="flex gap-3">
- <button onclick="window.location.href='/'">
- home
- </button>
- <button onclick="window.location.href='/blog'">
- blog
- </button>
+ <button onclick="window.location.href='/'">home</button>
+ <button onclick="window.location.href='/blog'">blog</button>
<button onclick="window.location.href='https://github.com/getchoo'">
github
</button>