disable atom for products (leads to error) and revert blog back to old layout
This commit is contained in:
parent
dd5d662773
commit
ba432fc257
2 changed files with 2 additions and 8 deletions
|
@ -3,9 +3,3 @@ name = ungleich blog
|
||||||
source_path = /u/blog
|
source_path = /u/blog
|
||||||
filename = feed.xml
|
filename = feed.xml
|
||||||
item_model = blog-post
|
item_model = blog-post
|
||||||
|
|
||||||
[product]
|
|
||||||
name = ungleich products
|
|
||||||
source_path = /u/products
|
|
||||||
item_model = product
|
|
||||||
filename = feed.xml
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{% extends "layout-2020.html" %}
|
{% extends "layout.html" %}
|
||||||
{% from "macros/blog.html" import render_blog_post %}
|
{% from "macros/blog.html" import render_blog_post %}
|
||||||
{% block title %}{{ this.title }}{% endblock %}
|
{% block title %}{{ this.title }}{% endblock %}
|
||||||
{% block body %}
|
{% block body %}
|
||||||
|
|
Loading…
Reference in a new issue