sgregoratto.me

Hugo files for www.sgregoratto.me
git clone git://git.sgregoratto.me/sgregoratto.me
Log | Files | Refs

header.html (525B)


      1 <!DOCTYPE html>
      2 <html lang="en-AU">
      3 	<head>
      4 		<meta charset="utf-8"/>
      5 		<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"/>
      6 		<title>{{.Title}}</title>
      7 		{{ if .Section }}
      8 			{{ with .Site.GetPage "section" .Section }}
      9 			<link rel="alternate" type="application/atom+xml" title="{{ .Title }} Atom Feed" href="/{{.Section}}/atom.xml"/>
     10 			{{ end }}
     11 		{{ end }}
     12 		<link rel="stylesheet" href="/css/style.css"/>
     13 		<link rel="stylesheet" href="/css/code.css"/>
     14 	</head>
     15 	<body>
     16 		<article>