update from sparkleup
This commit is contained in:
parent
7654c7c1f0
commit
5d73b1b3b1
|
@ -1,7 +1,7 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>%title%</title>
|
||||
<title>ZK%title%</title>
|
||||
<link rel="stylesheet" type="text/css" href="/style.css" />
|
||||
<meta name="viewport" content="width=device-width" />
|
||||
<meta charset="utf-8" />
|
||||
|
@ -9,7 +9,7 @@
|
|||
<body>
|
||||
<main>
|
||||
<header>
|
||||
<h1>%title%</h1>
|
||||
<h1>Zk | %title%</h1>
|
||||
</header>
|
||||
<article class="content">
|
||||
%content%
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>diary</title>
|
||||
<title>ZKDiary</title>
|
||||
<link rel="stylesheet" type="text/css" href="/style.css" />
|
||||
<meta name="viewport" content="width=device-width" />
|
||||
<meta charset="utf-8" />
|
||||
|
@ -9,11 +9,10 @@
|
|||
<body>
|
||||
<main>
|
||||
<header>
|
||||
<h1>diary</h1>
|
||||
<h1>ZK | Diary</h1>
|
||||
</header>
|
||||
<article class="content">
|
||||
<h1>Diary</h1>
|
||||
<h2>2020</h2>
|
||||
<h2>2020</h2>
|
||||
<h3>April</h3>
|
||||
<ul>
|
||||
<li><a href="2020-04-10.html">2020-04-10</a></li>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Zettelkasten</title>
|
||||
<title>ZKHome</title>
|
||||
<link rel="stylesheet" type="text/css" href="/style.css" />
|
||||
<meta name="viewport" content="width=device-width" />
|
||||
<meta charset="utf-8" />
|
||||
|
@ -9,7 +9,7 @@
|
|||
<body>
|
||||
<main>
|
||||
<header>
|
||||
<h1>Zettelkasten</h1>
|
||||
<h1>Zk | Home</h1>
|
||||
</header>
|
||||
<article class="content">
|
||||
<ul>
|
||||
|
|
Loading…
Reference in New Issue