add hugo sample
This commit is contained in:
parent
b3363d7734
commit
d4a0faf42f
87 changed files with 6562 additions and 1 deletions
16
themes/Lanyon/layouts/partials/header.html
Normal file
16
themes/Lanyon/layouts/partials/header.html
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
<!--
|
||||
This is the actual header for each page of the site except the homepage.
|
||||
|
||||
It simply shows the title of the page and includes the css/fonts found in
|
||||
/layouts/chrome/header.html
|
||||
-->
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<base href="{{ .Site.BaseURL }}">
|
||||
<title> {{ .Title }} </title>
|
||||
<link rel="canonical" href="{{ .Permalink }}">
|
||||
{{ partial "head_includes.html" . }}
|
||||
</head>
|
||||
Loading…
Add table
Add a link
Reference in a new issue