fix: spacing
This commit is contained in:
parent
ca6b2e1881
commit
a373447e3b
22 changed files with 34 additions and 30 deletions
|
@ -4,7 +4,7 @@ layout: default
|
|||
permalink: "/recent/movies/index.html"
|
||||
schema: watching
|
||||
---
|
||||
<p><a class="link-icon flex-centered" href="/watching">{% tablericon "arrow-left" "Go back" %} Go back</a></p>
|
||||
<a class="back-link-header link-icon flex-centered" href="/watching">{% tablericon "arrow-left" "Go back" %} Go back</a>
|
||||
<h2 class="watching page-header">{{ title }}</h2>
|
||||
<p>These are the movies I've watched recently. There are many like them, but these are mine.</p>
|
||||
<hr class="large-spacing" />
|
||||
|
|
|
@ -4,7 +4,7 @@ layout: default
|
|||
permalink: "/recent/shows/index.html"
|
||||
schema: watching
|
||||
---
|
||||
<p><a class="link-icon flex-centered" href="/watching">{% tablericon "arrow-left" "Go back" %} Go back</a></p>
|
||||
<a class="back-link-header link-icon flex-centered" href="/watching">{% tablericon "arrow-left" "Go back" %} Go back</a>
|
||||
<h2 class="watching page-header">{{ title }}</h2>
|
||||
<p>These are the shows I've watched recently. There are many like them, but these are mine.</p>
|
||||
<hr class="large-spacing" />
|
||||
|
|
Reference in a new issue