17 lines
345 B
HTML
17 lines
345 B
HTML
---
|
|
layout: foam
|
|
---
|
|
|
|
<script async defer src="https://buttons.github.io/buttons.js"></script>
|
|
|
|
{{ content }}
|
|
|
|
<script>
|
|
window.addEventListener('DOMContentLoaded', (event) => {
|
|
var duplicateHeading = document.querySelector("h1:not(#foam)");
|
|
if (duplicateHeading && duplicateHeading.remove) {
|
|
duplicateHeading.remove();
|
|
}
|
|
});
|
|
</script>
|