summaryrefslogtreecommitdiff
path: root/layouts/_default
diff options
context:
space:
mode:
authorNantha Sorubakanthan <nantha@mielota.com>2025-10-18 16:54:13 +0200
committerNantha Sorubakanthan <nantha@mielota.com>2025-10-18 16:54:13 +0200
commit41859ed259464b15a047333cefd571e0dff37f9b (patch)
treefa2665df55058456938ddc9a0eea9078b43de3f5 /layouts/_default
parente429056cb290a74c4e0e60e884af77db434f53d4 (diff)
fix: return and date not on same line
Diffstat (limited to 'layouts/_default')
-rw-r--r--layouts/_default/baseof.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 6f4f5b0..31c5d8f 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -38,7 +38,7 @@
<a href="/banporn">banporn</a>
</nav>
{{ else }}
- <div style="display: flex;justify-content: space-between;">
+ <div style="display: flex;justify-content: space-between;align-items: center;">
<p><a href="{{ path.Dir .Path }}">Return</a></p>
{{ $isregular := (in .Site.RegularPages .Page) -}}
{{ if $isregular }}