disable atom for products (leads to error) and revert blog back to old layout

This commit is contained in:
Nico Schottelius 2019-12-31 09:59:49 +01:00
parent dd5d662773
commit ba432fc257
2 changed files with 2 additions and 8 deletions

View File

@ -3,9 +3,3 @@ 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-2020.html" %}
{% extends "layout.html" %}
{% from "macros/blog.html" import render_blog_post %}
{% block title %}{{ this.title }}{% endblock %}
{% block body %}