2017-05-20 22:06:30 +00:00
|
|
|
{{ define "title" }}
|
|
|
|
<title>{{ .Title }} - Christine Dodrill</title>
|
2018-03-30 00:46:59 +00:00
|
|
|
|
|
|
|
<!-- Twitter -->
|
|
|
|
<meta name="twitter:card" content="summary" />
|
|
|
|
<meta name="twitter:site" content="@theprincessxena" />
|
|
|
|
<meta name="twitter:title" content="{{ .Title }}" />
|
|
|
|
<meta name="twitter:description" content="Posted on {{ .Date }}" />
|
|
|
|
|
|
|
|
<!-- Facebook -->
|
|
|
|
<meta property="og:type" content="website" />
|
|
|
|
<meta property="og:title" content="{{ .Title }}" />
|
|
|
|
<meta property="og:site_name" content="Christine Dodrill's Blog" />
|
|
|
|
|
|
|
|
<!-- Description -->
|
|
|
|
<meta name="description" content="{{ .Title }} - Christine Dodrill's Blog" />
|
|
|
|
<meta name="author" content="Christine Dodrill">
|
2017-05-20 22:06:30 +00:00
|
|
|
{{ end }}
|
|
|
|
|
|
|
|
{{ define "content" }}
|
|
|
|
{{ .BodyHTML }}
|
|
|
|
|
|
|
|
<hr />
|
|
|
|
|
|
|
|
{{ end }}
|