diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-11-19 01:08:29 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-11-19 01:08:29 +0530 |
commit | d582a4e2c51a2f06a4ee6cf9de6ccbdfd7685b2d (patch) | |
tree | 0d5dd9a4c83505057d11e96d88d0ca0f30b4a2c7 /layouts/partials | |
parent | f69f853d89274cc0427c4fe38434a393dad684fd (diff) |
added syntax.css
Diffstat (limited to 'layouts/partials')
-rw-r--r-- | layouts/partials/head.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html index b0ea134..5471e21 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -15,6 +15,7 @@ <meta property="og:url" content="{{ .Permalink }}"> <link rel="stylesheet" type="text/css" href="/css/styles.css"> + <link rel="stylesheet" type="text/css" href="/css/syntax.css"> <title>{{ if .Title }}{{ .Title }}{{ if eq .Section "blog" }}{{ if not .IsPage }} Blog Posts{{ end }}{{ end }} | {{if .Site.Params.domain }}{{ .Site.Params.domain }}{{ else }}{{ .Site.Title }}{{ end }}{{ else }}{{ .Site.Title }}{{ end }}</title> </head> |