mirror of
https://github.com/seigler/dashdev-website
synced 2025-07-26 22:36:09 +00:00
113 lines
2.3 KiB
HTML
113 lines
2.3 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Draft article - dashdev-website</title>
|
|
<meta name="description" content="An unpublished article." />
|
|
|
|
<meta name="HandheldFriendly" content="true">
|
|
<meta name="MobileOptimized" content="320">
|
|
<meta name="viewport" content="width=device-width,shrink-to-fit=no,user-scalable=no,initial-scale=1,minimum-scale=1,minimal-ui">
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
|
<meta name="mobile-web-app-capable" content="yes">
|
|
|
|
<link rel="stylesheet" media="all" href="../../css/styles.css" />
|
|
</head>
|
|
<body>
|
|
|
|
<header>
|
|
|
|
<div class="content">
|
|
|
|
<p class="logo"><a href="../../">dashdev-website</a></p>
|
|
<!-- main navigation -->
|
|
<nav class="nav main">
|
|
<ul>
|
|
<li>
|
|
<a href="../../">Home</a>
|
|
</li>
|
|
<li>
|
|
<a href="../../start/">Start</a>
|
|
</li>
|
|
<li>
|
|
<a href="../../article/" class="active">Articles</a>
|
|
</li>
|
|
<li>
|
|
<a href="../../contact/">Contact</a>
|
|
</li>
|
|
</ul>
|
|
</nav>
|
|
|
|
</div>
|
|
|
|
</header>
|
|
|
|
<main class="subpages">
|
|
|
|
<div class="content">
|
|
|
|
<article>
|
|
|
|
<h1>Draft article</h1>
|
|
|
|
|
|
<p class="articleinfo">Published , words, -minute read</p>
|
|
|
|
|
|
<p>This is a draft article.</p>
|
|
<p>It will never appear in the site unless the <code>publish</code> front-matter is set to <code>published</code> or a date which has passed.</p>
|
|
|
|
|
|
|
|
<nav class="nav page">
|
|
<ul>
|
|
|
|
<li><a href="../../article/future/" class="back">« back: Future publication</a></li></p>
|
|
|
|
|
|
</ul>
|
|
</nav>
|
|
|
|
|
|
</article>
|
|
|
|
|
|
<!-- sub navigation -->
|
|
<nav class="nav sub">
|
|
<ul>
|
|
|
|
<li>
|
|
<a href="../../article/usage/">Usage options</a>
|
|
</li>
|
|
<li>
|
|
<a href="../../article/gotchas/">Gotchas</a>
|
|
</li>
|
|
<li>
|
|
<a href="../../article/gulp/">Gulp</a>
|
|
</li>
|
|
<li>
|
|
<a href="../../article/future/">Future publication</a>
|
|
</li>
|
|
<li>
|
|
<strong>Draft article</strong>
|
|
</li>
|
|
|
|
</ul>
|
|
</nav>
|
|
|
|
|
|
</div>
|
|
|
|
</main>
|
|
|
|
<footer>
|
|
|
|
<p>By <a href="https://chat.dashdevs.org">dashdevs</a> and featured on <a href="http://www.dashdevs.org/">DashDevs.org</a></p>
|
|
|
|
<p class="siteinfo">Development build, version 1.0.0, article template</p>
|
|
|
|
</footer>
|
|
|
|
</body>
|
|
</html>
|