Skip to content

Commit

Permalink
Changing footer to mastadon
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-scott-78 committed Nov 21, 2022
1 parent fbdcc7f commit 188eb5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions input/_layout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@

<footer>
<span class="mx-auto text-base-800 dark:text-base-200 py-4 max-w-4xl block text-sm font-light text-center">
&copy; @DateTime.Now.Year Phil Scott (<a class="text-blue-700 dark:text-blue-300" href="https://twitter.com/Philco78">twitter</a>) | Built with <a class="text-blue-700 dark:text-blue-300" href="https://statiq.dev/">Statiq</a>
&copy; @DateTime.Now.Year Phil Scott (<a class="text-blue-700 dark:text-blue-300" rel="me" href="https://hachyderm.io/@@Philco">Mastodon</a>) | Built with <a class="text-blue-700 dark:text-blue-300" href="https://statiq.dev/">Statiq</a>
</span>
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.26.0/prism.min.js" integrity="sha512-pSVqGtpGygQlhN8ZTHXx1kqkjQr30eM+S6OoSzhHGTjh6DKdfy7WZlo1DNO9bhtM0Imf6xNLznZ7iVC2YUMwJQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
Expand All @@ -98,4 +98,4 @@
}
</script>
</body>
</html>
</html>

0 comments on commit 188eb5b

Please sign in to comment.