mirror of
https://github.com/clockworkpi/wiki.clockworkpi.com.git
synced 2026-03-19 10:22:45 +01:00
Fix #2 List of tags
This commit is contained in:
@@ -2,20 +2,18 @@
|
||||
<head>
|
||||
{% include head.html %}
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="main">
|
||||
<h1 id="title">{{ page.title }}</h1>
|
||||
<div id="content">{{ content | inject_anchors }}</div>
|
||||
</div>
|
||||
<div id="menu">
|
||||
{% include logo.html %}
|
||||
{% include user.html %}
|
||||
{% include toc.html %}
|
||||
{% include links.html %}
|
||||
{% include tags.html %}
|
||||
{%- include logo.html -%}
|
||||
{%- assign menu = page.menu | default: layout.menu -%}
|
||||
{%- for item in menu -%}
|
||||
{%- include {{item}}.html -%}
|
||||
{%- endfor -%}
|
||||
</div>
|
||||
|
||||
{% include footer.html %}
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user