summaryrefslogtreecommitdiff
path: root/_includes/footer.html
blob: 794156742daeeaeaad825f6398d20041e1a4c609 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
    <footer>
	<small>&copy; Ben Sanders, 2025</small>
    </footer>
    <!-- <script src="./index.js"></script> -->

    <script type="application/ld+json">
        {
          "@context": "https://schema.org",
          "@type": "Person",
          "name": "Ben Sanders",
          "url": "https://ben.sanders.life",
          "image": "https://bsand.net/assets/me.jpeg",
          "sameAs": [
            "https://github.com/bensanders",
            "https://linkedin.com/in/benasanders",
            "https://twitter.com/thebensanders"
          ],
          "jobTitle": "Web Developer & Linux Enthusiast"
        }
        </script>