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