aboutsummaryrefslogtreecommitdiffstats
path: root/includes/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'includes/base.html')
-rw-r--r--includes/base.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/includes/base.html b/includes/base.html
index 27c13cb..7aabdf5 100644
--- a/includes/base.html
+++ b/includes/base.html
@@ -23,7 +23,6 @@
<meta name="twitter:card" content="summary">
<link rel="alternate" href="/atom.xml" type="application/atom+xml" :title="metadata.title">
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
- <link rel="stylesheet" href="../node_modules/prismjs/themes/prism-okaidia.css" />
<link rel="stylesheet" href="main.css" />
<link rel="stylesheet" :href="getBundleFileUrl('css')" webc:keep />
</head>
@@ -35,7 +34,7 @@
<template webc:for="entry of eleventyNavigation(collections.all)" webc:nokeep>
<a :href="entry.url" @text="entry.title"></a>
</template>
- <a :href="https://git.sudomsg.com/">Git</a>
+ <a href="https://git.sudomsg.com/">Git</a>
</nav>
</header>
<main @html="content"></main>