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
|
@ -2,10 +2,4 @@
|
|||
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
|
||||
item_model = blog-post
|
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue