Create blog post template.
This commit is contained in:
@@ -0,0 +1,37 @@
|
|||||||
|
<!doctype html>
|
||||||
|
|
||||||
|
<html lang="en-ca">
|
||||||
|
<head>
|
||||||
|
<title>TITLE HERE | Cutieguwu</title>
|
||||||
|
<include src="includes/meta.html" />
|
||||||
|
<link rel="stylesheet" type="text/css" href="/styles/blog_post.css" />
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<nav class="pane">
|
||||||
|
<include src="includes/nav_header.html" />
|
||||||
|
<include src="includes/nav_menu.html" />
|
||||||
|
<div class="location">
|
||||||
|
<p class="title">You are here:</p>
|
||||||
|
<p class="page">Blog - TITLE HERE</p>
|
||||||
|
</div>
|
||||||
|
<include src="includes/nav_quick_links.html" />
|
||||||
|
</nav>
|
||||||
|
<main class="pane blog">
|
||||||
|
<div>
|
||||||
|
<header>
|
||||||
|
<h1 class="title">TITLE HERE</h1>
|
||||||
|
<p class="date">Posted: 01 Month, 2026</p>
|
||||||
|
<p class="date">Last Edited: 01 Month, 2026</p>
|
||||||
|
</header>
|
||||||
|
<!-- Content -->
|
||||||
|
</div>
|
||||||
|
<include src="includes/tailer.html" />
|
||||||
|
</main>
|
||||||
|
<ul class="pane spacer">
|
||||||
|
<include src="./includes/blog_recent_posts.html" />
|
||||||
|
<li class="spacer_container">#AD</li>
|
||||||
|
</ul>
|
||||||
|
<include src="includes/footer.html" />
|
||||||
|
<include src="includes/scripts.html" />
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Reference in New Issue
Block a user