mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-06-11 05:11:40 +00:00
feat(definitions): remove type of flag and always use text
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user