Skip to content

Commit

Permalink
Update layout.11ty.js
Browse files Browse the repository at this point in the history
try suggestion from @halkeye in tweetback#97
  • Loading branch information
cooljeanius committed Apr 9, 2024
1 parent 26dee13 commit 0b776b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _includes/layout.11ty.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ module.exports = async function(data) {
<link rel="profile" href="https://microformats.org/profile/hatom">
<link rel="stylesheet" href="/assets/style.css">
<link rel="me" value="https://social.treehouse.systems/@egallager" />
<script src="/assets/script.js" type="module"></script>
<script src="/assets/is-land.js" type="module"></script>
Expand All @@ -70,4 +71,4 @@ module.exports = async function(data) {
</footer>
</body>
</html>`;
};
};

0 comments on commit 0b776b6

Please sign in to comment.