page meta update
This commit is contained in:
parent
5d44eff524
commit
8ed9c2f733
1 changed files with 5 additions and 3 deletions
|
@ -4,9 +4,11 @@
|
||||||
{% for tag in file.File.Tags %}{{ tag_url(tag, 0) }}
|
{% for tag in file.File.Tags %}{{ tag_url(tag, 0) }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
🌙{{ file.File.Created}}
|
```
|
||||||
{{ file.File.Copyright }}
|
Created: {{ file.File.Created}}
|
||||||
{{ file.File.Lang }}
|
Copyright: {{ file.File.Copyright }}
|
||||||
|
Language: {{ file.File.Lang }}
|
||||||
|
```
|
||||||
|
|
||||||
{{ file.FormatContent()|safe }}
|
{{ file.FormatContent()|safe }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue