page meta update 2
This commit is contained in:
parent
8ed9c2f733
commit
5877520b86
1 changed files with 5 additions and 3 deletions
|
@ -3,9 +3,11 @@
|
||||||
|
|
||||||
{% if indexFile %}{{ indexFile.FormatContent()|safe }}
|
{% if indexFile %}{{ indexFile.FormatContent()|safe }}
|
||||||
|
|
||||||
🌙{{ indexFile.File.Created}}
|
```
|
||||||
{{ indexFile.File.Copyright }}
|
Created: {{ indexFile.File.Created}}
|
||||||
{{ indexFile.File.Lang }}{% endif %}
|
Copyright: {{ indexFile.File.Copyright }}
|
||||||
|
Language: {{ indexFile.File.Lang }}
|
||||||
|
```{% endif %}
|
||||||
|
|
||||||
{% for file in tree.RootFiles %}{% if file.Name != "index.md" %}{{ text_url(file) }}{% endif %}{% endfor %}
|
{% for file in tree.RootFiles %}{% if file.Name != "index.md" %}{{ text_url(file) }}{% endif %}{% endfor %}
|
||||||
{% for cat, count in tree.Categories %}{{ category_url(tree.Path|add:"/"|add:cat, cat, count) }}
|
{% for cat, count in tree.Categories %}{{ category_url(tree.Path|add:"/"|add:cat, cat, count) }}
|
||||||
|
|
Loading…
Reference in a new issue