mpercivalxyz

this website!
Log | Files | Refs

header.html (878B)


      1 <!DOCTYPE html>
      2 <html lang="{{ .Site.Language }}">
      3 <head>
      4     <title>{{ if not .IsHome }}{{ .Title | title }} | {{ end }}{{ .Site.Title }}</title>
      5     <link rel="canonical" href="{{ .Site.BaseURL }}">
      6     <link rel='alternate' type='application/rss+xml' title="{{ .Site.Title }} RSS" href='/index.xml'>
      7     <link rel='stylesheet' type='text/css' href='/style.css'>
      8 
      9     <link rel="icon" type="image/jpg" href="/mpizzzle.jpg"/ >
     10     <meta name="description" content="{{ with .Params.description }}{{ . }}{{ else }}{{ .Summary }}{{ end }}">
     11     {{ if isset .Params "tags" }}<meta name="keywords" content="{{ with .Params.tags }}{{ delimit . ", " }}{{ end }}">
     12     {{ end -}}
     13     <meta name="viewport" content="width=device-width, initial-scale=1">
     14     <meta name="robots" content="index, follow">
     15     <meta charset="utf-8">
     16 </head>
     17 <body>
     18 {{ partial "navigation.html" . }}
     19 <main>