uci-hugo-landingpage/layouts/partials/head.html

7 lines
204 B
HTML
Raw Normal View History

2017-02-28 09:56:46 -08:00
<head>
2017-03-10 22:59:27 -08:00
<title>{{ .Site.Title | default "Add Title to Site Parameters" }}</title>
{{ partial "head/meta.html" . }}
{{ partial "head/fonts.html" . }}
{{ partial "head/css.html" . }}
2017-02-28 09:56:46 -08:00
</head>