]> git.ipfire.org Git - ipfire.org.git/commit - Makefile.am
blog: Add history pages
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 18 Jul 2018 09:48:02 +0000 (10:48 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 18 Jul 2018 09:48:02 +0000 (10:48 +0100)
commit7e64f6a309f7a32aab6f6265c5ff4753eb74b346
treed2d083879b63935c2f5df18fe22099d6e37c1bd0
parent487417adc846a1960b679fe57661d87b034155cc
blog: Add history pages

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Makefile.am
src/backend/blog.py
src/templates/blog/author.html
src/templates/blog/base.html
src/templates/blog/modules/history-navigation.html [new file with mode: 0644]
src/templates/blog/modules/list.html [new file with mode: 0644]
src/templates/blog/year.html [new file with mode: 0644]
src/web/__init__.py
src/web/blog.py
src/web/ui_modules.py