mirror of
https://github.com/fruworg/themu.git
synced 2024-11-16 07:07:16 +03:00
little fix for subtitle
This commit is contained in:
parent
3ee1de3f39
commit
e8114cf67f
@ -9,7 +9,7 @@
|
||||
<main class="list">
|
||||
<div class="site-description">
|
||||
{{- if isset .Site.Params "description" -}}
|
||||
{{ template "partials/subtitle.html" . }}
|
||||
<pre>{{ template "partials/subtitle.html" . }}</pre>
|
||||
{{- end -}}
|
||||
</div>
|
||||
{{ $pages := where .Site.RegularPages "Type" "in" .Site.Params.mainSections }}
|
||||
|
@ -1,6 +1,6 @@
|
||||
<pre> (@_ добро пожаловать на мой
|
||||
\\\_\ <a href="https://github.com/fruworg/fruw.org">open-source</a> веб-сайт!
|
||||
<____) <time style="color: var(--maincolor)" id="time">тут должно было быть время</time></pre>
|
||||
добро пожаловать на мой
|
||||
<a href="https://github.com/fruworg/fruw.org">open-source</a> веб-сайт!
|
||||
<time style="color: var(--maincolor)" id="time">тут должно было быть время</time>
|
||||
|
||||
<script>
|
||||
// Функция для форматирования числа (добавляет ведущий ноль, если число меньше 10)
|
||||
|
Loading…
Reference in New Issue
Block a user