mirror of
https://github.com/pawroman/zola-theme-terminimal.git
synced 2025-09-17 15:02:41 +02:00
Add the ability to include page titles in HTML title element
This commit is contained in:
parent
eb82877d3d
commit
cfbcb940be
11 changed files with 68 additions and 3 deletions
|
@ -2,6 +2,7 @@
|
|||
{% import "macros/head.html" as head_macros -%}
|
||||
{% import "macros/menu.html" as menu_macros -%}
|
||||
{% import "macros/post.html" as post_macros -%}
|
||||
{% import "macros/title.html" as title_macros -%}
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="{%- if config.default_language -%}{{ config.default_language }}{%- else -%}en{%- endif -%}">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue