site/layouts/default.ejs
<!DOCTYPE html>
<html lang="en-US">
<head>
<%- include('partials/head') %>
</head>
<body>
<section class="page-header">
<h1 class="project-name"><%= site.title %></h1>
<h2 class="project-tagline"><%= site.description %></h2>
<a href="<%= site.basePath %>/" class="btn">Home</a>
<a href="<%= site.basePath %>/docs" class="btn">Docs</a>
<a href="https://github.com/doug2k1/nanogen" class="btn">GitHub</a>
</section>
<section class="main-content">
<%- body %>
<footer class="site-footer">
<span class="site-footer-owner"><a href="https://github.com/pages-themes/cayman">cayman</a> is maintained by <a href="https://github.com/pages-themes">pages-themes</a>.</span>
<span class="site-footer-credits">This page was generated by <a href="https://github.com/doug2k1/nanogen">Nanogen</a>.</span>
</footer>
</section>
</body>
</html>