Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@am1t
Last active February 7, 2019 11:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save am1t/472499285986345f34c61274edd22cdc to your computer and use it in GitHub Desktop.
Save am1t/472499285986345f34c61274edd22cdc to your computer and use it in GitHub Desktop.
HTML page for "On This Day" feature for a Blot blog
<!DOCTYPE html>
<html>
{{> head}}
<body>
{{> header}}
<div class="container">
<div class="main">
<h1 class="page-title p-name">On This Day</h1>
<div id="on-this-day">
Loading...
</div>
<script src="/flashback.js"></script>
</div>
</div>
</body>
{{> footer}}
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment