mirror of
https://github.com/loikein/hugo-tufte.git
synced 2025-08-14 14:32:43 +02:00
Initial commit.
This commit is contained in:
commit
b3a2e36507
50 changed files with 2152 additions and 0 deletions
layouts/partials
7
layouts/partials/header.html
Normal file
7
layouts/partials/header.html
Normal file
|
@ -0,0 +1,7 @@
|
|||
{{ partial "doctype.html" . }}
|
||||
<head>
|
||||
<title>{{ .Site.Title }} - {{ .Title }}</title>
|
||||
{{ partial "meta.html" . }}
|
||||
{{ partial "opengraph.html" }}
|
||||
{{ partial "header.includes.html" . }}
|
||||
</head>
|
Loading…
Add table
Add a link
Reference in a new issue