Newer
Older
express-blog / src / views / pages / about.handlebars
@Jason Jason on 26 Jun 254 bytes new file: data/.git-keep
<section>
  <h1>About</h1>
  <article>
    <p>This blog is maintained by Jason Poage. It covers programming, technology, and related topics.</p>
  </article>
</section>
{{#section "scripts"}}
<script src="/static/js/sticky-toc.js"></script>
{{/section}}