migration single page styles

This commit is contained in:
Aaron Qian 2022-11-14 15:04:05 -08:00 committed by Aaron Qian
parent db15e30500
commit 9de99a0f51
No known key found for this signature in database
GPG key ID: BF1A987C395B5B0E
6 changed files with 525 additions and 526 deletions

View file

@ -1,14 +1,5 @@
{{ define "header" }}
<meta name="description" content="{{ if .Description }}{{ .Description }}{{ else }}{{ .Title }}{{ end }}" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.18.1/styles/atom-one-dark.min.css"
/>
<link rel="stylesheet" href="{{ "/css/layouts/single.css" | relURL }}"/>
<link rel="stylesheet" href="{{ "/css/navigators/sidebar.css" | relURL }}">
<!--================= custom style overrides =========================-->
<link rel="stylesheet" href="{{ "/css/style.css" | relURL }}"/>
{{ end }}
{{ define "navbar" }}