update twice

Signed-off-by: Nico Schottelius <nico@nico-notebook.schottelius.org>
This commit is contained in:
Nico Schottelius 2019-12-31 09:51:59 +01:00
parent e609aa4957
commit dd5d662773
2 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,11 @@
[blog]
name = ungleich Blog
name = ungleich blog
source_path = /u/blog
filename = feed.xml
item_model = blog-post
[product]
name = ungleich products
source_path = /u/products
item_model = product
filename = feed.xml

View File

@ -1,4 +1,4 @@
{% extends "layout.html" %}
{% extends "layout-2020.html" %}
{% from "macros/blog.html" import render_blog_post %}
{% block title %}{{ this.title }}{% endblock %}
{% block body %}