Foam workspace template rendered by Eleventy.
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.
|
{{ content }}
|
|
|
|
<script type="text/javascript">
|
|
// Hack: Replace page-link with "Page Title"
|
|
document.querySelectorAll(".markdown-body a[title]").forEach((a) => {
|
|
a.innerText = a.title;
|
|
});
|
|
</script>
|
|
|