fix: Gemini post post links spacing
parent
2e43086436
commit
bac71ad470
|
@ -24,6 +24,6 @@ Published on {{ .Date.Format "Jan 02, 2006" }}.
|
||||||
{{- with .OutputFormats.Get "html" }}
|
{{- with .OutputFormats.Get "html" }}
|
||||||
=> {{ .Permalink }} See “{{ $.Title | safeHTML }}” on the WWW
|
=> {{ .Permalink }} See “{{ $.Title | safeHTML }}” on the WWW
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- with .Params.comments }}=> https://{{ .host }}/@{{ .user }}/{{ .id }} You may comment here{{ end }}
|
{{ with .Params.comments }}=> https://{{ .host }}/@{{ .user }}/{{ .id }} You may comment here{{ end }}
|
||||||
|
|
||||||
{{ .Site.Copyright }}
|
{{ .Site.Copyright }}
|
||||||
|
|
Loading…
Reference in New Issue