add: near perfect metadata compatibility
This commit is contained in:
parent
b505199492
commit
f8dac8f491
8 changed files with 434 additions and 22 deletions
|
@ -3,7 +3,11 @@
|
|||
(title
|
||||
(text "{{ entry.slug }}"))
|
||||
(text "{%- endif %} {{ metadata_head|safe }}")
|
||||
|
||||
(text "{% if metadata.page_icon|length == 0 -%}")
|
||||
(link ("rel" "icon") ("href" "/public/favicon.svg"))
|
||||
(text "{%- endif %}")
|
||||
|
||||
(text "{% endblock %} {% block body %}")
|
||||
(div
|
||||
("class" "flex flex-col gap-2")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue