Adding documentation, rename style file to Hugo standard name

This commit is contained in:
Henry Fredrick Schreiner 2017-11-10 13:29:44 -05:00
commit b5136ec772
3 changed files with 27 additions and 3 deletions

View file

@ -49,7 +49,7 @@
<link rel="stylesheet" href="{{ "css/pygment_highlights.css" | absURL }}" />
<link rel="stylesheet" href="{{ "css/highlight.min.css" | absURL }}" />
{{- else -}}
<link rel="stylesheet" href="{{ "css/chroma_syntax.css" | absURL }}" />
<link rel="stylesheet" href="{{ "css/syntax.css" | absURL }}" />
{{- end -}}
{{- partial "head_custom.html" . }}