From 903211371ec1ea6354f3aff0ccb09baf3ed6d33a Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Tue, 27 Dec 2022 02:14:36 -0600 Subject: remove unnecessary variables for page object removed some of the unnecessary variables for dates on the page object, as well as from the mandatory config --- README.md | 6 ------ 1 file changed, 6 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 4d1c574..c12e356 100644 --- a/README.md +++ b/README.md @@ -194,15 +194,9 @@ These variables are exposed to use within the templates. The below list is displ - `summary` (`str`): summary of the page, as specified in the `*.md` file. - `content` (`str`): actual content of the page, this is the `html`. - `cdatetime` (`str`): creation datetime object of the page. - - `cdate` (`str`): formatted `cdatetime` as the config option `fmt/date`. - - `cdate_list` (`str`): formatted `cdatetime` as the config option `fmt/list_date`. - - `cdate_list_sep` (`str`): formatted `cdatetime` as the config option `fmt/list_sep_date`. - `cdate_rss` (`str`): formatted `cdatetime` as required by rss. - `cdate_sitemap` (`str`): formatted `cdatetime` as required by sitemap. - `mdatetime` (`str`): modification datetime object of the page. Defaults to `None`. - - `mdate` (`str`): formatted `mdatetime` as the config option `fmt/date`. Defaults to `None`. - - `mdate_list` (`str`): formatted `mdatetime` as the config option `fmt/list_date`. - - `mdate_list_sep` (`str`): formatted `mdatetime` as the config option `fmt/list_sep_date`. - `mdate_rss` (`str`): formatted `mdatetime` as required by rss. - `mdate_sitemap` (`str`): formatted `mdatetime` as required by sitemap. - `tags` (`list(tuple(str))`): list of tuple of tags of the page, containing the name and the url of the tag, in that order. Defaults to empty list. -- cgit v1.2.3-54-g00ecf