This repository has been archived on 2025-05-12. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
hack13-blog/themes/hacksite/layouts/partials/head.html
2021-06-24 07:28:11 -04:00

4 lines
No EOL
230 B
HTML

<head>
<title>{{ block "title" . }}{{ if .IsHome }} {{ .Site.Title }} {{ else }} {{ .Title }} - {{ .Site.Title }} {{ end }}{{ end }}</title>
<link rel="stylesheet" type="text/css" href="/assets/bootstrap.min.css"/>
</head>