diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-03-29 08:01:05 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-03-29 08:01:05 +0100 |
| commit | 8a0e217a36857ada568376c65b219dffd0f8a1d9 (patch) | |
| tree | c617874f5ecebabfac149c36011f1be948f257b2 /templates/base.html | |
| parent | 55223737e4567d5f0d699e3e2b48d2c97313719f (diff) | |
| download | mitjafelicijan.com-8a0e217a36857ada568376c65b219dffd0f8a1d9.tar.gz | |
Added new link to the sidebar
Diffstat (limited to 'templates/base.html')
| -rw-r--r-- | templates/base.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html index da9c7bf..cb3f510 100644 --- a/templates/base.html +++ b/templates/base.html | |||
| @@ -12,7 +12,7 @@ | |||
| 12 | 12 | ||
| 13 | <style> | 13 | <style> |
| 14 | html { scroll-padding: 2rem; } | 14 | html { scroll-padding: 2rem; } |
| 15 | body { display: grid; gap: 2em; grid-template-columns: 14em auto; max-width: 100vw; line-height: 130%; } | 15 | body { display: grid; gap: 2em; grid-template-columns: 16em auto; max-width: 100vw; line-height: 130%; } |
| 16 | h1, h2, h3, h4, h5, h6 { line-height: 120%; } | 16 | h1, h2, h3, h4, h5, h6 { line-height: 120%; } |
| 17 | img, video, audio { max-width: 100%; } | 17 | img, video, audio { max-width: 100%; } |
| 18 | pre { background: #f5f5f5 !important; text-wrap: wrap; padding: 0.5em; } | 18 | pre { background: #f5f5f5 !important; text-wrap: wrap; padding: 0.5em; } |
| @@ -60,6 +60,7 @@ | |||
| 60 | <div class="hide-on-mobile"> | 60 | <div class="hide-on-mobile"> |
| 61 | <strong>Tools & Fun Stuff</strong> | 61 | <strong>Tools & Fun Stuff</strong> |
| 62 | <ul> | 62 | <ul> |
| 63 | <li><a href="https://github.com/mitjafelicijan/oberon" target="_blank">Oberon - OpenResty Template</a></li> | ||
| 63 | <li><a href="https://github.com/mitjafelicijan/newsbarge" target="_blank">Newsbarge RSS rader</a></li> | 64 | <li><a href="https://github.com/mitjafelicijan/newsbarge" target="_blank">Newsbarge RSS rader</a></li> |
| 64 | <li><a href="https://mitjafelicijan.github.io/gguf-list/" target="_blank">GGUF model list</a></li> | 65 | <li><a href="https://mitjafelicijan.github.io/gguf-list/" target="_blank">GGUF model list</a></li> |
| 65 | <li><a href="https://github.com/mitjafelicijan/godot-experiments" target="_blank">Godot experiments</a></li> | 66 | <li><a href="https://github.com/mitjafelicijan/godot-experiments" target="_blank">Godot experiments</a></li> |
