added role taxonomy page and position page template

This commit is contained in:
timurgordon
2022-03-01 18:20:59 +03:00
parent 2b7a5d3cb5
commit 8d50df4090
15 changed files with 203 additions and 330 deletions

View File

@@ -1,3 +1,9 @@
<h4>{{page.title}}</h4>
<p>{{page.description}}</p>
<p>Last updated: {{page.updated}}</p>
<div class="mb-8 flex flex-col">
<a href="{{page.permalink}}" class="text-lg font-medium cursor-pointer text-blue-400 py-4">
{{page.title | safe}}
</a>
{% include "partials/tags.html" %}
<p>
{{page.description | safe}}
</p>
</div>