diff options
| author | Volpeon <git@volpeon.ink> | 2022-08-23 17:56:53 +0200 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2022-08-23 17:56:53 +0200 |
| commit | 2b3f9e9bd2c9625406c21071d98bb23497eab763 (patch) | |
| tree | 3b64530f02a901ea4b4f09e3ac21228a320df991 /templates/partials | |
| parent | Fixed related layout (diff) | |
| download | volpeon.ink-2b3f9e9bd2c9625406c21071d98bb23497eab763.tar.gz volpeon.ink-2b3f9e9bd2c9625406c21071d98bb23497eab763.tar.bz2 volpeon.ink-2b3f9e9bd2c9625406c21071d98bb23497eab763.zip | |
Turn related from footer into nav
Diffstat (limited to 'templates/partials')
| -rw-r--r-- | templates/partials/related.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/partials/related.html b/templates/partials/related.html index 3097866..b6e2169 100644 --- a/templates/partials/related.html +++ b/templates/partials/related.html | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | $if(related)$ | 1 | $if(related)$ |
| 2 | <footer> | 2 | <nav> |
| 3 | <hr class="u-mt-700" /> | 3 | <hr class="u-mt-700" /> |
| 4 | 4 | ||
| 5 | <div class="l-card-list"> | 5 | <div class="l-card-list"> |
| @@ -22,5 +22,5 @@ $if(related)$ | |||
| 22 | $endif$ | 22 | $endif$ |
| 23 | </div> | 23 | </div> |
| 24 | </div> | 24 | </div> |
| 25 | </footer> | 25 | </nav> |
| 26 | $endif$ | 26 | $endif$ |
