diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-08-27 14:28:02 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-08-27 14:28:02 +0200 |
| commit | fc9eff7f81b11a239039cf4a414245eab5f94190 (patch) | |
| tree | 84634c772919bb2f052e8c9a4a464d74279566b1 /themes/simple/layouts/_default/list.html | |
| parent | 0f1dc65be85e5f539933e2fdeacab2e31a617ca6 (diff) | |
| download | mitjafelicijan.com-fc9eff7f81b11a239039cf4a414245eab5f94190.tar.gz | |
Added description and minor style fixes
Diffstat (limited to 'themes/simple/layouts/_default/list.html')
| -rw-r--r-- | themes/simple/layouts/_default/list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/simple/layouts/_default/list.html b/themes/simple/layouts/_default/list.html index e32acd0..a848fc0 100644 --- a/themes/simple/layouts/_default/list.html +++ b/themes/simple/layouts/_default/list.html | |||
| @@ -18,7 +18,7 @@ | |||
| 18 | 18 | ||
| 19 | <!-- Projects I work on --> | 19 | <!-- Projects I work on --> |
| 20 | <section class="mb-12"> | 20 | <section class="mb-12"> |
| 21 | <h4 class="text-2xl font-bold mb-6">Side projects I work/worked on</h4> | 21 | <h4 class="text-2xl font-bold mb-6">Side projects I worked on</h4> |
| 22 | <ul class="list-disc ml-6"> | 22 | <ul class="list-disc ml-6"> |
| 23 | <li><a href="https://git.mitjafelicijan.com/journalctl-proxy.git/" target="_blank" rel="noopener nofollow" class="underline hover:bg-yellow-200">journalctl-proxy - Exposes your systemd logs to web via web interface</a></li> | 23 | <li><a href="https://git.mitjafelicijan.com/journalctl-proxy.git/" target="_blank" rel="noopener nofollow" class="underline hover:bg-yellow-200">journalctl-proxy - Exposes your systemd logs to web via web interface</a></li> |
| 24 | <li><a href="https://git.mitjafelicijan.com/redis-marshal.git/" target="_blank" rel="noopener nofollow" class="underline hover:bg-yellow-200">redis-marshal - Lightweight Redis data exploration tool</a></li> | 24 | <li><a href="https://git.mitjafelicijan.com/redis-marshal.git/" target="_blank" rel="noopener nofollow" class="underline hover:bg-yellow-200">redis-marshal - Lightweight Redis data exploration tool</a></li> |
