Fix some line wraps in gemini copy
This commit is contained in:
parent
300a78ef48
commit
8108d55c29
@ -3,8 +3,7 @@
|
|||||||
{{ $page := .GetQueryIntValue "page" 0 -}}
|
{{ $page := .GetQueryIntValue "page" 0 -}}
|
||||||
|
|
||||||
{{ if eq $page 0 -}}
|
{{ if eq $page 0 -}}
|
||||||
Here you'll find an archive of all published posts. The content varies almost as
|
Here you'll find an archive of all published posts. The content varies almost as much as the quality!
|
||||||
much as the quality!
|
|
||||||
|
|
||||||
{{ end -}}
|
{{ end -}}
|
||||||
|
|
||||||
|
@ -1,8 +1,7 @@
|
|||||||
{{ $post := .GetPostByID (.GetQueryValue "id" "") -}}
|
{{ $post := .GetPostByID (.GetQueryValue "id" "") -}}
|
||||||
|
|
||||||
{{ if eq $post.Format "md" -}}
|
{{ if eq $post.Format "md" -}}
|
||||||
This post has been translated from it's original markdown format, if it seems
|
This post has been translated from it's original markdown format, if it seems busted it might appear better over HTTP:
|
||||||
busted it might appear better over HTTP:
|
|
||||||
|
|
||||||
=> {{ PostHTTPURL $post.ID }}
|
=> {{ PostHTTPURL $post.ID }}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user