parent
6d289e39b9
commit
3044b66a6e
1 changed files with 59 additions and 45 deletions
@ -1,52 +1,66 @@ |
|||||||
{{ define "main" }} |
{{ define "main" }} |
||||||
<main class="post"> |
<main class="post"> |
||||||
|
|
||||||
<div class="post-info"> |
|
||||||
{{ if .IsTranslated }} |
|
||||||
{{ i18n "postAvailable" }} |
|
||||||
{{ range .Translations }} |
|
||||||
<a href="{{ .Permalink }}"><span class="flag flag-icon flag-icon-{{ index $.Site.Data.langFlags (.Lang) }} flag-icon-squared"></span></a> |
|
||||||
{{ end}} |
|
||||||
{{ end }} |
|
||||||
</p> |
|
||||||
</div> |
|
||||||
|
|
||||||
<article> |
<div class="post-info"> |
||||||
<h2 class="post-title"><a href="{{ .Permalink }}">{{ .Title | markdownify }}</a></h2> |
{{ if .IsTranslated }} |
||||||
|
{{ i18n "postAvailable" }} |
||||||
|
{{ range .Translations }} |
||||||
|
<a href="{{ .Permalink }}"><span |
||||||
|
class="flag flag-icon flag-icon-{{ index $.Site.Data.langFlags (.Lang) }} flag-icon-squared"></span></a> |
||||||
|
{{ end}} |
||||||
|
{{ end }} |
||||||
|
</div> |
||||||
|
|
||||||
{{- if .Params.toc }} |
<article> |
||||||
<hr /> |
<h2 class="post-title"><a href="{{ .Permalink }}">{{ .Title | markdownify }}</a></h2> |
||||||
<aside id="toc"> |
|
||||||
<div class="toc-title">{{ i18n "tableOfContents" }}</div> |
|
||||||
{{ .TableOfContents }} |
|
||||||
</aside> |
|
||||||
<hr /> |
|
||||||
{{- end }} |
|
||||||
|
|
||||||
{{ with .Params.Cover }} |
{{- if .Params.toc }} |
||||||
<img src="/{{ . }}" class="post-cover" /> |
<hr /> |
||||||
{{ end }} |
<aside id="toc"> |
||||||
|
<div class="toc-title">{{ i18n "tableOfContents" }}</div> |
||||||
|
{{ .TableOfContents }} |
||||||
|
</aside> |
||||||
|
<hr /> |
||||||
|
{{- end }} |
||||||
|
|
||||||
<div class="post-content"> |
{{ with .Params.Cover }} |
||||||
{{ .Content }} |
<img src="/{{ . }}" class="post-cover" /> |
||||||
</div> |
{{ end }} |
||||||
</article> |
|
||||||
|
|
||||||
<hr /> |
<div class="post-content"> |
||||||
|
{{ .Content }} |
||||||
|
</div> |
||||||
|
</article> |
||||||
|
|
||||||
|
<hr /> |
||||||
|
|
||||||
|
<div class="post-info"> |
||||||
|
{{- with .Params.tags }} |
||||||
|
<p> |
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" |
||||||
|
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" |
||||||
|
class="feather feather-tag meta-icon"> |
||||||
|
<path d="M20.59 13.41l-7.17 7.17a2 2 0 0 1-2.83 0L2 12V2h10l8.59 8.59a2 2 0 0 1 0 2.82z"></path> |
||||||
|
<line x1="7" y1="7" x2="7" y2="7"></line> |
||||||
|
</svg> |
||||||
|
{{- range . -}} |
||||||
|
<span class="tag"><a href="{{ "tags/" | absLangURL }}{{ . | urlize }}">{{.}}</a></span> |
||||||
|
{{- end }} |
||||||
|
</p> |
||||||
|
{{- end }} |
||||||
|
|
||||||
<div class="post-info"> |
{{- if .GitInfo }} |
||||||
{{- with .Params.tags }} |
<p><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" |
||||||
<p> |
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" |
||||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-tag meta-icon"><path d="M20.59 13.41l-7.17 7.17a2 2 0 0 1-2.83 0L2 12V2h10l8.59 8.59a2 2 0 0 1 0 2.82z"></path><line x1="7" y1="7" x2="7" y2="7"></line></svg> |
class="feather feather-git-commit"> |
||||||
{{- range . -}} |
<circle cx="12" cy="12" r="4"></circle> |
||||||
<span class="tag"><a href="{{ "tags/" | absLangURL }}{{ . | urlize }}">{{.}}</a></span> |
<line x1="1.05" y1="12" x2="7" y2="12"></line> |
||||||
{{- end }} |
<line x1="17.01" y1="12" x2="22.96" y2="12"></line> |
||||||
</p> |
</svg><a href="{{ .Site.Params.gitUrl -}}{{ .GitInfo.Hash }}" target="_blank" |
||||||
{{- end }} |
rel="noopener">{{ .GitInfo.AbbreviatedHash }}</a> @ |
||||||
|
{{ if .Site.Params.dateformNum }}{{ dateFormat .Site.Params.dateformNum .GitInfo.AuthorDate.Local }}{{ else }}{{ dateFormat "2006-01-02" .GitInfo.AuthorDate.Local }}{{ end }} |
||||||
{{- if .GitInfo }} |
</p> |
||||||
<p><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-git-commit"><circle cx="12" cy="12" r="4"></circle><line x1="1.05" y1="12" x2="7" y2="12"></line><line x1="17.01" y1="12" x2="22.96" y2="12"></line></svg><a href="{{ .Site.Params.gitUrl -}}{{ .GitInfo.Hash }}" target="_blank" rel="noopener">{{ .GitInfo.AbbreviatedHash }}</a> @ {{ if .Site.Params.dateformNum }}{{ dateFormat .Site.Params.dateformNum .GitInfo.AuthorDate.Local }}{{ else }}{{ dateFormat "2006-01-02" .GitInfo.AuthorDate.Local }}{{ end }}</p> |
{{- end }} |
||||||
{{- end }} |
</div> |
||||||
</div> |
</main> |
||||||
</main> |
|
||||||
{{ end }} |
{{ end }} |
Loading…
Reference in new issue