add author taxonomy to blog posts

This commit is contained in:
timurgordon
2022-07-27 11:24:21 +02:00
parent a53e7bfa2a
commit 88625e8b96
80 changed files with 600 additions and 709 deletions

View File

@@ -1,8 +1,7 @@
{% extends "_default/base.html" %}
{% block content %}
{% set page_path = current_path ~ 'index.md' | replace(from='-', to='_') | trim_start_matches(pat="/") %}
{% set page_path = term.path ~ 'index.md' | replace(from='-', to='_') | trim_start_matches(pat="/") %}
{% set page = get_page(path=page_path) %}
<div class="container sm:pxi-0 lg:w-5/6 mx-auto min-h-screen overflow-x-hidden pt-24">