diff options
| author | Elis Eriksson <spelis@spelis.li> | 2026-07-06 17:40:22 +0200 |
|---|---|---|
| committer | Elis Eriksson <spelis@spelis.li> | 2026-07-06 17:40:22 +0200 |
| commit | 68ab27803111a97c93fe0c989ec435402f3b2a35 (patch) | |
| tree | 3d29737b34adca5004e9335b02d70b8226dd84db /_includes | |
| parent | 9a5c95d16444cea8421ce1c73035b11297c2da78 (diff) | |
| download | spelis-web-68ab27803111a97c93fe0c989ec435402f3b2a35.tar spelis-web-68ab27803111a97c93fe0c989ec435402f3b2a35.tar.gz spelis-web-68ab27803111a97c93fe0c989ec435402f3b2a35.tar.bz2 spelis-web-68ab27803111a97c93fe0c989ec435402f3b2a35.tar.lz spelis-web-68ab27803111a97c93fe0c989ec435402f3b2a35.tar.xz spelis-web-68ab27803111a97c93fe0c989ec435402f3b2a35.tar.zst spelis-web-68ab27803111a97c93fe0c989ec435402f3b2a35.zip | |
add a Web 14 rating and move bass picture to this repo
Diffstat (limited to '_includes')
| -rw-r--r-- | _includes/nav.njk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/nav.njk b/_includes/nav.njk index 5227c2f..0285bbe 100644 --- a/_includes/nav.njk +++ b/_includes/nav.njk @@ -10,7 +10,7 @@ {%- endfor -%} {%- for s in site.headerLinks -%} <li> - <a no-transition target="_blank" href="{{ s.href }}">{{ s.name }}</a> + <a no-transition href="{{ s.href }}">{{ s.name }}</a> </li> {%- endfor -%} </ul> |
