Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.32 KB

notes.md

File metadata and controls

37 lines (26 loc) · 1.32 KB
layout title
blog-sidebar-nav
Notes

My notes are hosted on Microblog. I'm @tomcritchlow. See the archive here. Quotes are styled using Quotebacks.

<script note="" src="https://cdn.jsdelivr.net/gh/Blogger-Peer-Review/quotebacks@1/quoteback.js"></script> <script> fetch("https://notes.tomcritchlow.com/feed.json") .then((response) => {return response.json()}) .then((data) => { for(var i = 0; i
${data.items[i].content_html}
`; document.getElementById("microblog").appendChild(div); //trigger a domcontentloaded to force Quotebacks JS to work window.document.dispatchEvent(new Event("DOMContentLoaded", { bubbles: true, cancelable: true })); } console.log(data); }); </script>