restructure repo

This commit is contained in:
Fabian Montero 2025-09-13 14:15:37 -06:00
parent dc79d5c4de
commit 232e4c414e
Signed by: fabian
GPG key ID: 3EDA9AE3937CCDE3
82 changed files with 2 additions and 2 deletions

View file

@ -1,17 +0,0 @@
{% macro title(page_title, main_title) %}
{%- if config.extra.page_titles == "combined" -%}
{%- if page_title -%}
[{{ main_title }}/{{ page_title }}]
{%- else -%}
[{{ main_title }}]
{%- endif -%}
{%- elif config.extra.page_titles == "page_only" -%}
{%- if page_title -%}
{{ page_title }}
{%- else -%}
[{{ main_title }}]
{%- endif -%}
{%- else -%}
[{{ main_title }}]
{%- endif -%}
{% endmacro title %}