diff options
author | Marc Pervaz Boocha <mboocha@sudomsg.com> | 2025-06-29 19:30:55 +0530 |
---|---|---|
committer | Marc Pervaz Boocha <mboocha@sudomsg.com> | 2025-06-29 19:30:55 +0530 |
commit | b5234910c90a3bfa7ac842b1e5f6c4f77ebbda58 (patch) | |
tree | 1af14f5906e43b2b2090ca31d8220ea2c91e0e56 /includes/base.html | |
parent | 0.7.0 (diff) | |
download | sudomsg-b5234910c90a3bfa7ac842b1e5f6c4f77ebbda58.tar sudomsg-b5234910c90a3bfa7ac842b1e5f6c4f77ebbda58.tar.gz sudomsg-b5234910c90a3bfa7ac842b1e5f6c4f77ebbda58.tar.bz2 sudomsg-b5234910c90a3bfa7ac842b1e5f6c4f77ebbda58.tar.lz sudomsg-b5234910c90a3bfa7ac842b1e5f6c4f77ebbda58.tar.xz sudomsg-b5234910c90a3bfa7ac842b1e5f6c4f77ebbda58.tar.zst sudomsg-b5234910c90a3bfa7ac842b1e5f6c4f77ebbda58.zip |
Improved prism theme
Diffstat (limited to '')
-rw-r--r-- | includes/base.html | 3 |
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> |