Browse Source

add some readme and annotations

tags/v1.1
Bud Parr 7 years ago
parent
commit
1d05813c11
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      layouts/_default/baseof.html

+ 1
- 1
layouts/_default/baseof.html View File

@@ -16,7 +16,7 @@
{{ else }}
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
{{ end }}
{{/* By formatting your URL with absURL you will get the full URL of your site */}}
<link href='{{ "dist/main.css" | absURL }}' rel='stylesheet' type="text/css" />

{{/* NOTE: These Hugo Internal Templates can be found starting at https://github.com/spf13/hugo/blob/master/tpl/tplimpl/template_embedded.go#L158 */}}

Loading…
Cancel
Save