mirror of
https://github.com/He4eT/xecut-site.git
synced 2026-05-05 01:47:25 +00:00
menu: desktop version
This commit is contained in:
parent
2304d44f8c
commit
1196b31663
6 changed files with 239 additions and 18 deletions
|
|
@ -21,12 +21,18 @@
|
|||
<link rel="stylesheet" href="/_assets/css/fonts.css">
|
||||
<link rel="stylesheet" href="/_assets/css/vendor.css">
|
||||
|
||||
<link rel="stylesheet" href="/_assets/css/variables.css">
|
||||
<link rel="stylesheet" href="/_assets/css/base.css">
|
||||
|
||||
<link rel="stylesheet" href="/_assets/css/layout.css">
|
||||
<link rel="stylesheet" href="/_assets/css/menu.css">
|
||||
</head>
|
||||
<body>
|
||||
{% include 'parts/menu.njk' %}
|
||||
|
||||
{{ content | safe }}
|
||||
<div class="container">
|
||||
{% include 'parts/menu.njk' %}
|
||||
<main>
|
||||
{{ content | safe }}
|
||||
</main>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue