pages: simplify and remove unused variables from examples - saait - the most boring static page generator
HTML git clone git://git.codemadness.org/saait
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit f43f198c66c1fcc3515fda2640ee6ad846418865
DIR parent a1c4a48dba8f889f8e49175a5a7256a5496ad800
HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Sat, 15 Feb 2020 00:12:34 +0100
pages: simplify and remove unused variables from examples
it should be clear any variable can be used in the documentation etc.
Diffstat:
M pages/001-example.cfg | 3 ---
M pages/002-example.cfg | 3 ---
2 files changed, 0 insertions(+), 6 deletions(-)
---
DIR diff --git a/pages/001-example.cfg b/pages/001-example.cfg
@@ -1,10 +1,7 @@
filename=example.html
title=Example page
description=This is an example page
-id=example
-tags=example
keywords=example
-categories=Articles
created=2009-04-12
updated=2009-04-12
#index=0
DIR diff --git a/pages/002-example.cfg b/pages/002-example.cfg
@@ -1,10 +1,7 @@
filename=example2.html
title=Example page 2
description=This is an example page 2
-id=example2
-tags=example
keywords=example
-categories=Articles
created=2009-04-13
updated=2009-04-13
#index=0