Strip spotify out of summaries
This commit is contained in:
parent
3292d58007
commit
a7b9ea92bd
2 changed files with 4 additions and 1 deletions
|
@ -4,5 +4,7 @@ title: Soundtrack
|
||||||
|
|
||||||
At the arena, we had music playing in the background, through the competition stages, and the testing phase.
|
At the arena, we had music playing in the background, through the competition stages, and the testing phase.
|
||||||
|
|
||||||
|
<!--more-->
|
||||||
|
|
||||||
{{% spotify "spotify:user:theorangeone97:playlist:4ZaS9NTwF1erqqpE1IxHlP" %}}
|
{{% spotify "spotify:user:theorangeone97:playlist:4ZaS9NTwF1erqqpE1IxHlP" %}}
|
||||||
|
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
{{ .Summary }}{{ if .Truncated }}…{{ end }}
|
{{ .Summary | plainify | chomp }}{{ if .Truncated }}…{{ end }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue