mirror of
https://github.com/thiloho/archtika.git
synced 2025-11-22 10:51:36 +01:00
Add action for demo deployment and favicon
This commit is contained in:
@@ -14,8 +14,12 @@
|
||||
);
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
<title>archtika | {routeName.replaceAll("/", " - ")}</title>
|
||||
</svelte:head>
|
||||
|
||||
<nav>
|
||||
<strong>archtika</strong>
|
||||
<img src="/favicon.svg" width="24" height="24" alt="" />
|
||||
<ul class="link-wrapper">
|
||||
{#if data.user}
|
||||
<li>
|
||||
|
||||
Reference in New Issue
Block a user