2014-05-17 05:02:47 +08:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
{{ template "chrome/meta.html" . }}
|
2014-05-31 00:18:43 +08:00
|
|
|
<title>{{ .Title }}</title>
|
2014-05-17 05:02:47 +08:00
|
|
|
<link rel="canonical" href="{{ .Permalink }}">
|
|
|
|
{{ template "chrome/header.includes.html" . }}
|
2019-06-08 18:55:51 +08:00
|
|
|
{{ $RSSLink := "" }}{{ with .OutputFormats.Get "RSS" }}{{ $RSSLink = .RelPermalink }}{{ end }}{{ if $RSSLink }}<link href="{{ $RSSLink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" />{{ end }}
|
2014-05-18 19:57:39 +08:00
|
|
|
</head>
|