|
|
@ -9,7 +9,7 @@ |
|
|
|
<link rel="shortcut icon" href="/favicon.ico" /> |
|
|
|
<link rel="shortcut icon" href="/favicon.ico" /> |
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
|
|
|
{{ if .IsFound }} |
|
|
|
{{ if .IsFound }} |
|
|
|
<link rel="canonical" href="{{.CanonicalURL .Hostname}}" /> |
|
|
|
<link rel="canonical" href="{{.CanonicalURL .Host}}" /> |
|
|
|
<meta name="generator" content="WriteFreely"> |
|
|
|
<meta name="generator" content="WriteFreely"> |
|
|
|
<meta name="title" content="{{.PlainDisplayTitle}} {{localhtml "title dash" .Language.String}} {{if .Collection.Title}}{{.Collection.Title}}{{else}}{{.Collection.Alias}}{{end}}"> |
|
|
|
<meta name="title" content="{{.PlainDisplayTitle}} {{localhtml "title dash" .Language.String}} {{if .Collection.Title}}{{.Collection.Title}}{{else}}{{.Collection.Alias}}{{end}}"> |
|
|
|
<meta name="description" content="{{.Summary}}"> |
|
|
|
<meta name="description" content="{{.Summary}}"> |
|
|
@ -26,7 +26,7 @@ |
|
|
|
<meta property="og:description" content="{{.Summary}}" /> |
|
|
|
<meta property="og:description" content="{{.Summary}}" /> |
|
|
|
<meta property="og:site_name" content="{{.Collection.DisplayTitle}}" /> |
|
|
|
<meta property="og:site_name" content="{{.Collection.DisplayTitle}}" /> |
|
|
|
<meta property="og:type" content="article" /> |
|
|
|
<meta property="og:type" content="article" /> |
|
|
|
<meta property="og:url" content="{{.CanonicalURL .Hostname}}" /> |
|
|
|
<meta property="og:url" content="{{.CanonicalURL .Host}}" /> |
|
|
|
<meta property="og:updated_time" content="{{.Created8601}}" /> |
|
|
|
<meta property="og:updated_time" content="{{.Created8601}}" /> |
|
|
|
{{range .Images}}<meta property="og:image" content="{{.}}" />{{else}}<meta property="og:image" content="{{.Collection.AvatarURL}}">{{end}} |
|
|
|
{{range .Images}}<meta property="og:image" content="{{.}}" />{{else}}<meta property="og:image" content="{{.Collection.AvatarURL}}">{{end}} |
|
|
|
<meta property="article:published_time" content="{{.Created8601}}"> |
|
|
|
<meta property="article:published_time" content="{{.Created8601}}"> |
|
|
@ -50,7 +50,7 @@ |
|
|
|
<h1 dir="{{.Direction}}" id="blog-title"><a rel="author" href="{{if .IsTopLevel}}/{{else}}/{{.Collection.Alias}}/{{end}}" class="h-card p-author">{{.Collection.DisplayTitle}}</a></h1> |
|
|
|
<h1 dir="{{.Direction}}" id="blog-title"><a rel="author" href="{{if .IsTopLevel}}/{{else}}/{{.Collection.Alias}}/{{end}}" class="h-card p-author">{{.Collection.DisplayTitle}}</a></h1> |
|
|
|
<nav> |
|
|
|
<nav> |
|
|
|
{{if .PinnedPosts}} |
|
|
|
{{if .PinnedPosts}} |
|
|
|
{{range .PinnedPosts}}<a class="pinned{{if eq .Slug.String $.Slug.String}} selected{{end}}" href="{{if not $.SingleUser}}/{{$.Collection.Alias}}/{{.Slug.String}}{{else}}{{.CanonicalURL .Hostname}}{{end}}">{{.PlainDisplayTitle}}</a>{{end}} |
|
|
|
{{range .PinnedPosts}}<a class="pinned{{if eq .Slug.String $.Slug.String}} selected{{end}}" href="{{if not $.SingleUser}}/{{$.Collection.Alias}}/{{.Slug.String}}{{else}}{{.CanonicalURL .Host}}{{end}}">{{.PlainDisplayTitle}}</a>{{end}} |
|
|
|
{{end}} |
|
|
|
{{end}} |
|
|
|
{{ if and .IsOwner .IsFound }}<span class="views" dir="ltr"><strong>{{largeNumFmt .Views}}</strong> {{pluralize "view" "views" .Views}}</span> |
|
|
|
{{ if and .IsOwner .IsFound }}<span class="views" dir="ltr"><strong>{{largeNumFmt .Views}}</strong> {{pluralize "view" "views" .Views}}</span> |
|
|
|
<a class="xtra-feature" href="/{{if not .SingleUser}}{{.Collection.Alias}}/{{end}}{{.Slug.String}}/edit" dir="{{.Direction}}">Edit</a> |
|
|
|
<a class="xtra-feature" href="/{{if not .SingleUser}}{{.Collection.Alias}}/{{end}}{{.Slug.String}}/edit" dir="{{.Direction}}">Edit</a> |
|
|
|