feat(definitions): remove type of flag and always use text

This commit is contained in:
Oscar
2019-11-17 22:26:48 +01:00
parent ca10894ce7
commit 6ef759b5ef
5 changed files with 9 additions and 14 deletions

View File

@ -15,16 +15,11 @@
<link
rel="stylesheet"
href="{{ 'assets/css/base.css' | url }}"
href="{{ '/assets/css/base.css' | url }}"
>
</head>
<body>
<main>
{{ content | safe }}
{% include 'components/table-of-content.njk' %}
<section>
<h2>Words</h2>
{% include 'components/defintions-list.njk' %}
</section>
</main>
{% block content %}
{% endblock content %}
</body>
</html>