mirror of
https://github.com/danbee/danbarber.me.hugo.git
synced 2025-03-04 08:59:18 +00:00
11 lines
346 B
HTML
11 lines
346 B
HTML
<meta charset="utf-8">
|
|
<title>
|
|
{{ block "title" . }}
|
|
{{ .Site.Title }}
|
|
{{ end }}
|
|
</title>
|
|
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/7434852/6717812/css/fonts.css" />
|
|
{{ $sass := resources.Get "sass/main.scss" }}
|
|
{{ $style := $sass | resources.ToCSS }}
|
|
<link rel="stylesheet" href="{{ $style.Permalink }}">
|