summaryrefslogtreecommitdiff
path: root/layouts/_default
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default')
-rw-r--r--layouts/_default/baseof.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 1714af4..1297971 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -7,6 +7,7 @@
{{- with .OutputFormats.Get "rss" }}
<link rel="{{ .Rel }}" type="{{ .MediaType.Type }}" href="{{ .Permalink }}" title="{{ site.Title }}">
{{- end }}
+ <link rel="stylesheet" type="text/css" href="/site.css">
{{- block "opengraph" . }}
{{- if .Title }}<meta property="og:title" content="{{ .Title }}">{{ end }}
{{- if .Summary }}<meta property="og:description" content="{{ .Summary }}">{{ end }}