mirror of
https://github.com/adulau/art.git
synced 2024-11-21 17:47:05 +00:00
Update post.html
This commit is contained in:
parent
5e25520dd0
commit
0d8a0f3525
1 changed files with 17 additions and 0 deletions
|
@ -0,0 +1,17 @@
|
|||
<!DOCTYPE html>
|
||||
<!--
|
||||
Forty by HTML5 UP
|
||||
html5up.net | @ajlkn
|
||||
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||
-->
|
||||
<html>
|
||||
|
||||
{% include head.html %}
|
||||
|
||||
<body>
|
||||
|
||||
{% include header.html %} {{ content }} {% include footer.html %}
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Reference in a new issue