mirror of
https://github.com/kittywitch/dork.dev.git
synced 2026-02-09 07:09:18 -08:00
feat: move from cobalt to zola
This commit is contained in:
parent
78626987fe
commit
72899ff7f1
62 changed files with 356 additions and 225 deletions
7
templates/head.html
Normal file
7
templates/head.html
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<meta charset="utf-8">
|
||||
<title>{{ config.extra.site_title }}</title>
|
||||
<link rel="stylesheet" type="text/css" href="/stylesheet.css">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta property="og:title" content="{{ config.extra.site_title }}" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="{{ current_url }}" />
|
||||
Loading…
Add table
Add a link
Reference in a new issue