Mercurial > piecrust2
annotate docs/templates/simple.html @ 789:b8e760b3413e
bake: Fix how slugified taxonomy terms are handled.
This fixes a problem where multiple terms all slugifying to the same thing
would lead to a fatal bake error.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Mon, 05 Sep 2016 21:03:00 -0700 |
parents | 0c3b811d2c26 |
children | 94d7d5e38571 |
rev | line source |
---|---|
741
0c3b811d2c26
docs: Add changelog page.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
1 {% extends "default.html" %} |
0c3b811d2c26
docs: Add changelog page.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
2 |
0c3b811d2c26
docs: Add changelog page.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
3 {% block header %} |
0c3b811d2c26
docs: Add changelog page.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
4 <br/> |
0c3b811d2c26
docs: Add changelog page.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
5 {% endblock %} |
0c3b811d2c26
docs: Add changelog page.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
6 |