{% block rss %} {% endblock %} {% set sub_title = section.title | default(value=page.title | default(value='')) %} {% if sub_title %} {% set title = sub_title ~ ' - ' ~ trans(key="title") %} {% else %} {% set title = trans(key="title") %} {% endif %} {% set cn_font_family = "'Source Serif Pro', 'Source Han Serif SC', 'Noto Serif CJK SC', 'Noto Serif SC', serif" %} {% set fallback_font_family = "'Source Serif Pro', 'Source Han Serif TC', 'Noto Serif CJK TC', 'Noto Serif TC', 'Noto Serif KR', 'Noto Serif SC', serif" %} {% set fonts_url = "Noto+Serif+SC:wght@400;700" %} {% set font_base_url = config.extra.seje_font_mirror | default(value="fonts.googleapis.com") %} {% if lang == 'zh-cn' and not config.extra.seje_vertical_layout %} {% set font_family = cn_font_family %} {% else %} {% set font_family = fallback_font_family %} {% set fonts_url = "Noto+Serif+TC:wght@400;700&family=Noto+Serif+KR:wght@400;700&" ~ fonts_url %} {% endif %} {% if config.extra.seje_custom_fonts %} {% set font_family = config.extra.seje_custom_fonts ~ ',' ~ font_family %} {% endif %}
{{ config.extra.license | default(value='') }}
{% endblock %}