mirror of
https://github.com/thiloho/archtika.git
synced 2025-11-22 10:51:36 +01:00
Include stylesheet in static file generation
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
<svelte:head>
|
||||
<head>
|
||||
<title>{title}</title>
|
||||
<link rel="stylesheet" href="../styles.css" />
|
||||
</head>
|
||||
</svelte:head>
|
||||
|
||||
@@ -28,7 +29,9 @@
|
||||
</nav>
|
||||
|
||||
<header>
|
||||
<img src={coverImage} alt="" />
|
||||
{#if coverImage}
|
||||
<img src={coverImage} alt="" />
|
||||
{/if}
|
||||
<h1>{title}</h1>
|
||||
<p>{publicationDate}</p>
|
||||
</header>
|
||||
|
||||
Reference in New Issue
Block a user