WIP: list posts
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
<h2><code>templates/index.html</code></h2>
|
||||
|
||||
$wrap{"root"}
|
||||
|
||||
<p>spacing guild</p>
|
||||
|
||||
$([[<h1>hi</h1>]])
|
||||
|
||||
<section>
|
||||
<h2>Hi, I'm Catalin Mititiuc</h2>
|
||||
<p>
|
||||
@@ -11,11 +9,6 @@ $([[<h1>hi</h1>]])
|
||||
</p>
|
||||
|
||||
<p>Hiring? Reach me by <a href="mailto:webdevcat@proton.me">email</a>.</p>
|
||||
|
||||
$markdown{[[
|
||||
**We can embed markdown directly into an HTML file!**
|
||||
]]}
|
||||
|
||||
</section>
|
||||
|
||||
$body
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
<link rel="stylesheet" href="$root/app.css?$generate_date" />
|
||||
</head>
|
||||
<body class="bg-white">
|
||||
<h2><code>templates/root.html</code></h2>
|
||||
<header>
|
||||
<div style="display: inline-block;">
|
||||
<h1><a href="/">Web Dev Solutions</a></h1>
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
<h2><code>templates/wares.html</code></h2>
|
||||
|
||||
<h2>Wares</h2>
|
||||
|
||||
<section>
|
||||
|
||||
Reference in New Issue
Block a user