diff options
author | mms <michal@sapka.me> | 2024-06-27 23:01:03 +0200 |
---|---|---|
committer | mms <michal@sapka.me> | 2024-06-27 23:01:03 +0200 |
commit | 9457af20f109c30403096937af8a36ad39121337 (patch) | |
tree | 0cbb9dcd3a7a2edfd0958ef4571eb23f9922ec2c | |
parent | 917fa4e6d84dab395e4f38d4d2f7e738577854f0 (diff) |
Revert "feat(blog): column"
This reverts commit 917fa4e6d84dab395e4f38d4d2f7e738577854f0.
-rw-r--r-- | assets/webbuttons_31/joelchrono.gif | bin | 545 -> 0 bytes | |||
-rw-r--r-- | assets/webbuttons_31/unix-history.png | bin | 12485 -> 0 bytes | |||
-rw-r--r-- | layouts/blog/baseof.html | 72 |
3 files changed, 9 insertions, 63 deletions
diff --git a/assets/webbuttons_31/joelchrono.gif b/assets/webbuttons_31/joelchrono.gif Binary files differdeleted file mode 100644 index 5cb9c12..0000000 --- a/assets/webbuttons_31/joelchrono.gif +++ /dev/null diff --git a/assets/webbuttons_31/unix-history.png b/assets/webbuttons_31/unix-history.png Binary files differdeleted file mode 100644 index 8b79322..0000000 --- a/assets/webbuttons_31/unix-history.png +++ /dev/null diff --git a/layouts/blog/baseof.html b/layouts/blog/baseof.html index 68691cf..373b998 100644 --- a/layouts/blog/baseof.html +++ b/layouts/blog/baseof.html @@ -247,38 +247,9 @@ border-right: var(--cool-border); } } - - - .main-body { - width: 100%; - display: flex; - flex-wrap: wrap; - } - - main { - width: 800px; - max-width: 100%; - flex-grow: 1; - } - - .right-column { - flex-basis: 180px; - flex-grow: 1; - padding-left: 5px; - margin-bottom: 20px; - display: flex; - flex-direction: column; - } - - .widget { - border: var(--cool-border); - padding: 5px; - background-color: var(--panel-color);; - line-height: 1.5em; - margin-bottom: 10px; - } + article { - <!-- border: var(--cool-border); --> + border: var(--cool-border); margin-bottom: 20px; padding: 20px; background-color: var(--panel-color);; @@ -541,39 +512,14 @@ </nav> </header> - <div class="main-body"> - <main> - {{ block "main" . }} - {{ end }} - </main> - - <aside class="right-column"> - - <div class="widget"> - <b>My other sites:</b> - <hr> - <nav style="text-align: center"> - {{ partial "button-31" (dict "file" "unix-history.png" "alt" "History of Unix" "href" "/unix-history/") }}<br> - <a href="/brain-rot">Brain Rots</a><br> - <a href="/cool-emacs">Cool Emacs</a><br> - </nav> - </div> - - - <div class="widget"> - <b>Links:</b> - <hr> - <nav style="text-align: center"> - {{ partial "button-31" (dict "file" "joelchrono.gif" "alt" "Joel Chrono" "href" "https://joelchrono.xyz") }} - <br> - <a href="https://rubenerd.com">Rubenerd</a><br> - <a href="https://wovenmemories.net/">Woven Memories</a><br> - </nav> - </div> - - + <div class="other-sites"> + <div class="other">My other sites:</div> + <a href="/brain-rot">Brain Rots</a> + <a href="/cool-emacs">Cool Emacs</a> + <a href="/unix-history">History of Unix</a> </div> - + {{ block "main" . }} + {{ end }} <footer class="buttons"> {{ partial "buttons/valid_html" . }} |