daniel.summershome.org-theme/src/layout-partial.liquid
2024-01-20 14:51:20 -05:00

13 lines
363 B
Plaintext

<!DOCTYPE html>
<html lang=en>
<meta charset=utf-8>
<title>
{%- if is_home -%}
{{ web_log.name }}{% if web_log.subtitle %} | {{ web_log.subtitle.value }}{% endif %}
{%- else -%}
{{ page_title | strip_html }}{% if page_title and page_title != "" %} &raquo; {% endif %}{{ web_log.name }}
{%- endif -%}
</title>
{{ content }}
</html>