summaryrefslogtreecommitdiff
path: root/_includes/footer.liquid
blob: af4831db46bab77d5ff44fc1515a214bcaa12928 (plain) (blame)
1
2
3
4
5
6
7
<div class="container">
  <div class="content has-text-centered">
    <p>
      Site last updated {{ "now" | date: "%A, %b %e, %Y" }}
    </p>
  </div>
</div>