17 lines
656 B
HTML
17 lines
656 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<link rel="canonical" href="{{ .Permalink }}">
|
|
{{ if .RSSLink }}
|
|
<link href="{{ .RSSLink }}" rel="alternate" type="application/rss+xml" title="{{ .Title }}" />
|
|
{{ end }}
|
|
<link href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700" rel="stylesheet">
|
|
<link rel="stylesheet" href="/css/prism.css" />
|
|
<link rel="stylesheet" type="text/css" href="/css/styles.css">
|
|
<title>{{ .Title }}</title>
|
|
</head>
|
|
<body>
|