From 1cc072bb0bca2e2a5e88ba05ee9b3ec39ea7eefc Mon Sep 17 00:00:00 2001 From: Volpeon Date: Thu, 21 Jan 2021 21:31:21 +0100 Subject: Replace blogs with notebooks (i.e. no dates, grouped by category) --- templates/layouts/page.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'templates/layouts/page.html') diff --git a/templates/layouts/page.html b/templates/layouts/page.html index 61bcacd..640df18 100644 --- a/templates/layouts/page.html +++ b/templates/layouts/page.html @@ -13,9 +13,7 @@ $endif$

$title$

- $if(date)$ -

$date.yyyy_mm_dd$$if(category)$ in $category.name$$endif$

- $elseif(category)$ + $if(category)$

in $category.name$

$endif$ -- cgit v1.2.3-54-g00ecf