mirror of
https://github.com/fruworg/themu.git
synced 2025-06-12 09:40:25 +03:00
update
This commit is contained in:
@ -8,9 +8,10 @@
|
||||
|
||||
<main class="list">
|
||||
<div class="site-description">
|
||||
{{- if isset .Site.Params "description" -}}
|
||||
<pre>{{ template "partials/subtitle.html" . }}</pre>
|
||||
<script src="{{ .Site.BaseURL }}js/clock.js"></script>
|
||||
{{- if .Param "subtitleFile" -}}
|
||||
{{ template "partials/subtitle.html" . }}
|
||||
{{- else if isset .Site.Params "subtitle" -}}
|
||||
<p>{{ .Site.Params.Subtitle | markdownify }}</p>
|
||||
{{- end -}}
|
||||
</div>
|
||||
{{ $pages := where .Site.RegularPages "Type" "in" .Site.Params.mainSections }}
|
||||
|
Reference in New Issue
Block a user