~magic_rb/website

9b2cf353fa71c7008bcf597e10974d560a96dd72 — Magic_RB 2 years ago 8b29ba8
Increase TOC depth to 4

Signed-off-by: Magic_RB <magic_rb@redalder.org>
1 files changed, 1 insertions(+), 1 deletions(-)

M templates/blog.html
M templates/blog.html => templates/blog.html +1 -1
@@ 4,7 4,7 @@
    <body>
	{{:include "navbar.html"}}
	<div id="organizer">
	    <div class="sidebar">{{org-html-toc 2 info}}</div>
	    <div class="sidebar">{{org-html-toc 4 info}}</div>
	    <div id="content" class="textual">
		{{:if with-title}}<h1>{{title}}</h1>{{:endif}}
		{{:if date}}<div class="post-meta">Published on {{format-time-string "%b %d, %Y" date}}</div>{{:endif}}