my blog lives here now
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
420 B

6 years ago
6 years ago
  1. <div class="info">
  2. Posted on $date$ <br />
  3. Comment on this post <a href="#comments">here</a>
  4. </div>
  5. <article>
  6. $body$
  7. </article>
  8. <hr />
  9. <div id="comments">
  10. <script src="https://utteranc.es/client.js"
  11. repo="plt-hokusai/blag"
  12. issue-term="og:title"
  13. label="comment"
  14. theme="github-light"
  15. crossorigin="anonymous"
  16. async>
  17. </script>
  18. </div>