mirror of
https://github.com/kittywitch/dork.dev.git
synced 2026-02-09 15:19:18 -08:00
feat: port changes from taimihud website
Some checks failed
Publish / publish (push) Failing after 24s
Some checks failed
Publish / publish (push) Failing after 24s
This commit is contained in:
parent
54c65c0446
commit
d04fae2fec
3 changed files with 30 additions and 2 deletions
|
|
@ -14,6 +14,14 @@
|
|||
{% endif %}
|
||||
{{ config.extra.site_title }}
|
||||
</title>
|
||||
<meta property="og:title" content="
|
||||
{% if section is defined and section.title is defined and section.title is string %}
|
||||
{{ section.title }} -
|
||||
{% elif page is defined and page.title is defined and page.title is string %}
|
||||
{{ page.title }} -
|
||||
{% endif %}
|
||||
{{ config.extra.site_title }}
|
||||
" />
|
||||
{% include "head.html" %}
|
||||
</head>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue