Skip to content

Commit

Permalink
another attempt....
Browse files Browse the repository at this point in the history
  • Loading branch information
emilyhunt committed Dec 3, 2023
1 parent 7d0394e commit f90d8de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<header>
<h1 style="color: #e3e3e3; margin-bottom: 0.2em; margin-top: 0.2em;">Emily's Advent of Code</h1>

<a href="/">[home]</a> <a rel="external" href="{repo_link}">[repo]</a> <a rel="external" href="{source_link}">[page source code]</a> {#if dev} <a rel="external" href="{website_link}" style="color: red">[DEV: view on site]</a> {/if}
<a href="/">[home]</a> <a rel="external" target="_blank" href="{repo_link}">[repo]</a> <a rel="external" target="_blank" href="{source_link}">[page source code]</a> {#if dev} <a rel="external" target="_blank" href="{website_link}" style="color: red">[DEV: view on site]</a> {/if}
</header>

<slot></slot>

0 comments on commit f90d8de

Please sign in to comment.