Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/VincentTam/huginn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Berthault <justin.berthault@zaclys.net>2018-10-08 10:22:44 +0300
committerJustin Berthault <justin.berthault@zaclys.net>2018-10-08 10:22:44 +0300
commit4d6f45745e3968dfeae617883292f071d0a11d22 (patch)
tree32c55ab1211f7bb7b25e18498be3c42fe492752e /layouts
parentc316a164f81762599cc694bb278a2c38f6c187b8 (diff)
Add NowPlaying and tweak chroma css
Diffstat (limited to 'layouts')
-rw-r--r--layouts/_default/single.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index e396a74..043857a 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -36,6 +36,11 @@
{{- end -}}
</div>
</header>
+ {{- with .Params.song -}}
+ <div class="nowlistening">
+ {{- . | markdownify -}}
+ </div>
+ {{- end -}}
{{ if .TableOfContents }}
<details>
<summary>Table des Matières</summary>