mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-05-19 19:31:54 +02:00
Fix #1367
This commit is contained in:
parent
bafc42f587
commit
cd0b12e3e8
2 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
|||
{{ else if eq .Kind "term"}}
|
||||
<span id="likes_term_{{ .Page.Data.Term }}"
|
||||
{{ else }}
|
||||
{{ $path := .File.Path }}
|
||||
{{ $path := .Path }}
|
||||
{{range .AllTranslations}}
|
||||
{{ $lang := print "." .Lang ".md" }}
|
||||
{{ $path = replace $path $lang ".md" }}
|
||||
|
@ -14,4 +14,4 @@
|
|||
class="animate-pulse inline-block text-transparent max-h-3 rounded-full mt-[-2px] align-middle bg-neutral-300 dark:bg-neutral-400" title="likes">loading</span>
|
||||
<span class="inline-block align-text-bottom">{{ partial "icon.html" "heart" }}</span>
|
||||
</span>
|
||||
{{- /* Trim EOF */ -}}
|
||||
{{- /* Trim EOF */ -}}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
{{ else if eq .Kind "term"}}
|
||||
<span id="views_term_{{ .Page.Data.Term }}"
|
||||
{{ else }}
|
||||
{{ $path := .File.Path }}
|
||||
{{ $path := .Path }}
|
||||
{{range .AllTranslations}}
|
||||
{{ $lang := print "." .Lang ".md" }}
|
||||
{{ $path = replace $path $lang ".md" }}
|
||||
|
|
Loading…
Add table
Reference in a new issue