{#- TODO:
- [x] add rss
- [x] favicons
- [x] media preview
- [ ] twitter
- [ ] maybe google adsense
-#}
{% macro fonts() %}
{% endmacro fonts %}
{% macro styling() %}
{% if config.extra.theme_color != "orange" -%}
{% set color = "color/" ~ config.extra.theme_color ~ ".css" -%}
{%- else -%}
{% endif %}
{%- if config.extra.custom_css is defined -%}
{% endif %}
{% endmacro styling %}
{% macro favicon() %}
{%- if config.extra.favicon is defined -%}
{%- endif -%}
{% endmacro favicon %}
{% macro rss() %}
{%- if config.generate_feed -%}
{%- endif -%}
{% endmacro rss %}
{% macro general_meta() %}
{%- if page.title -%}
{%- else -%}
{%- endif -%}
{%- if page.taxonomies.tags or page.taxonomies.categories -%}
{%- endif -%}
{% endmacro general_meta %}
{% macro katex() %}
{% if config.extra.enable_katex %}
{% endif %}
{% endmacro katek %}