From 71c8e54f076d0078d66ae721fb35844dd4fa28bc Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Tue, 7 May 2024 21:16:52 +0200 Subject: Cleanup --- templates/index.html | 1 - templates/post.html | 6 ++++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index 1013e60..adf8b2a 100755 --- a/templates/index.html +++ b/templates/index.html @@ -44,7 +44,6 @@
  • cord.h — Small C library for handling strings
  • mprogress — Tiny utility that displays progress bar in terminal
  • qli — Quantum Lorem Ipsum generator for command line
  • -
  • mod-tinycache — Apache 2 caching module
  • journalctl-proxy — Exposes your systemd logs to web via web interface
  • redis-marshal — Lightweight Redis UI tool
  • dna-encoding — Tools for encoding files to DNA sequences
  • diff --git a/templates/post.html b/templates/post.html index a36fc53..5e4ce80 100755 --- a/templates/post.html +++ b/templates/post.html @@ -11,4 +11,10 @@ {{ .Page.HTML }} + +{{ if .Page.Meta.mathjax }} + + +{{ end }} + {{ end }} -- cgit v1.2.3