proofreading

This commit is contained in:
2022-02-27 19:34:30 +01:00
parent c422e6ff8f
commit 88aed7f702
3 changed files with 83 additions and 76 deletions

View File

@ -1,7 +1,5 @@
<div class="relative">
<span
class="absolute bottom-0 right-0 bg-primary-100 dark:bg-primary-800 rounded-md rounded-tr-none rounded-bl-none px-4 py-1 text-sm z-10 italic">{{
.Get
"filename" }}</span>
class="absolute bottom-0 right-0 bg-primary-100 dark:bg-primary-800 rounded-md rounded-tr-none rounded-bl-none px-4 py-1 text-sm z-10 italic">{{ if .Get "host" }}<strong>{{ .Get "host" }}</strong>{{ end }}{{ if and (.Get "host") (.Get "file") }} - {{ end }}{{ if .Get "file" }}{{ .Get "file" }}{{ end }}</span>
{{- .Inner | markdownify -}}
</div>