view theme/html/sidebar.tmpl @ 1075:fd4337f68e43

theme: turn the shipped theme into a proper theme example It is silly to ship my blahg's theme with the software. For a couple of years, it's been possible to specify the theme directory via the theme-dir config option so there is no harm generalizing the shipped theme and encouraging users to copy it and tweak it to taste. Signed-off-by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
author Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
date Thu, 30 Jul 2020 16:53:56 -0400
parents 31c9d3b5007a
children
line wrap: on
line source

</div>

<!-- begin sidebar -->
<div id="sidebar">

<div class="sbsection"><span class="sbtitle">Tags:</span>
	<div class="tagcloud">{tagcloud%tagcloud}</div>
</div>

<div class="sbsection"><span class="sbtitle">Meta:</span>
	<ul>
		<li><a href="{baseurl}/?feed=atom" title="Syndicate this site using ATOM">Atom</a></li>
	</ul>
</div>

</div>
<!-- end sidebar -->