Skip to content

Latest commit

 

History

History
25 lines (23 loc) · 461 Bytes

index.markdown

File metadata and controls

25 lines (23 loc) · 461 Bytes
title
Home
    {% for post in site.posts %}
  • {% include post-card.html post=post %}
  • {% endfor %}
<script> if (window.netlifyIdentity) { window.netlifyIdentity.on("init", user => { if (!user) { window.netlifyIdentity.on("login", () => { document.location.href = "/admin/"; }); } }); } </script>