update twice
Signed-off-by: Nico Schottelius <nico@nico-notebook.schottelius.org>
This commit is contained in:
parent
e609aa4957
commit
dd5d662773
2 changed files with 8 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue