|
|
@ -35,10 +35,6 @@ |
|
|
|
{{template "highlighting" .}} |
|
|
|
{{template "highlighting" .}} |
|
|
|
</head> |
|
|
|
</head> |
|
|
|
<body id="post"> |
|
|
|
<body id="post"> |
|
|
|
|
|
|
|
|
|
|
|
{{if .Suspended}} |
|
|
|
|
|
|
|
{{template "user-suspended"}} |
|
|
|
|
|
|
|
{{end}} |
|
|
|
|
|
|
|
<header> |
|
|
|
<header> |
|
|
|
<h1 dir="{{.Direction}}"><a href="/">{{.SiteName}}</a></h1> |
|
|
|
<h1 dir="{{.Direction}}"><a href="/">{{.SiteName}}</a></h1> |
|
|
|
<nav> |
|
|
|
<nav> |
|
|
@ -53,6 +49,10 @@ |
|
|
|
</nav> |
|
|
|
</nav> |
|
|
|
</header> |
|
|
|
</header> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{{if .Suspended}} |
|
|
|
|
|
|
|
{{template "user-suspended"}} |
|
|
|
|
|
|
|
{{end}} |
|
|
|
|
|
|
|
|
|
|
|
<article class="{{.Font}} h-entry">{{if .Title}}<h2 id="title" class="p-name">{{.Title}}</h2>{{end}}{{ if .IsPlainText }}<p id="post-body" class="e-content">{{.Content}}</p>{{ else }}<div id="post-body" class="e-content">{{.HTMLContent}}</div>{{ end }}</article> |
|
|
|
<article class="{{.Font}} h-entry">{{if .Title}}<h2 id="title" class="p-name">{{.Title}}</h2>{{end}}{{ if .IsPlainText }}<p id="post-body" class="e-content">{{.Content}}</p>{{ else }}<div id="post-body" class="e-content">{{.HTMLContent}}</div>{{ end }}</article> |
|
|
|
|
|
|
|
|
|
|
|
<footer dir="ltr"><hr><nav><p style="font-size: 0.9em">{{localhtml "published with write.as" .Language}}</p></nav></footer> |
|
|
|
<footer dir="ltr"><hr><nav><p style="font-size: 0.9em">{{localhtml "published with write.as" .Language}}</p></nav></footer> |
|
|
|