File tree Expand file tree Collapse file tree 3 files changed +1
-7
lines changed
content/archives/old-tech-blog/categories Expand file tree Collapse file tree 3 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 11_ model: blog-categories
2- ---
3- title: Archive: CC Technical Blog (2007-2014)
Original file line number Diff line number Diff line change @@ -7,7 +7,3 @@ protected = yes
77[children]
88model = blog-category
99order_by = name
10-
11- [fields.title]
12- label = Title
13- type = string
Original file line number Diff line number Diff line change 11{% extends "layout.html" %}
22{% from "macros/categories.html" import render_categories %}
33{% block title %}{{ this.title }}{% endblock %}
4- {% block header %}{{ this.title }}{% endblock %}
4+ {% block header %}{{ this.parent.children.get('entries'). title }}{% endblock %}
55{% block body %}
66 < h2 > Categories</ h2 >
77 {{ render_categories(this) }}
You can’t perform that action at this time.
0 commit comments