mirror of
https://github.com/He4eT/xecut-site.git
synced 2026-05-05 09:57:27 +00:00
menu: init
This commit is contained in:
parent
ee49c1f79a
commit
d2ce95a3ad
2 changed files with 4 additions and 0 deletions
|
|
@ -19,6 +19,7 @@
|
||||||
type="application/atom+xml">
|
type="application/atom+xml">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
{% include 'parts/menu.njk' %}
|
||||||
{{ content | safe }}
|
{{ content | safe }}
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
3
src/_includes/parts/menu.njk
Normal file
3
src/_includes/parts/menu.njk
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
<div>
|
||||||
|
test
|
||||||
|
</div>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue