page meta update 2

This commit is contained in:
Arnas Udovic 2024-07-17 12:30:49 +03:00
parent 8ed9c2f733
commit 5877520b86

View file

@ -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) }}