diff options
| author | Nantha Sorubakanthan <nantha@mielota.com> | 2025-10-18 16:54:13 +0200 |
|---|---|---|
| committer | Nantha Sorubakanthan <nantha@mielota.com> | 2025-10-18 16:54:13 +0200 |
| commit | 41859ed259464b15a047333cefd571e0dff37f9b (patch) | |
| tree | fa2665df55058456938ddc9a0eea9078b43de3f5 | |
| parent | e429056cb290a74c4e0e60e884af77db434f53d4 (diff) | |
fix: return and date not on same line
| -rw-r--r-- | layouts/_default/baseof.html | 2 |
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 }} |
