Add u-uid to footer link
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 51s
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 51s
This commit is contained in:
parent
c8c406ef37
commit
6980665529
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
</template>
|
||||
<template #layout-bottom>
|
||||
<footer class="vp-doc">
|
||||
<div>CC {{ new Date().getFullYear() }} <a class="h-card" href="/about"><img src="/me.jpg" alt="" />The Paper Pilot</a>. <a rel="license" href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA 4.0</a>.</div>
|
||||
<div>CC {{ new Date().getFullYear() }} <a class="h-card u-uid" href="/about"><img src="/me.jpg" alt="" />The Paper Pilot</a>. <a rel="license" href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA 4.0</a>.</div>
|
||||
<div>Any and all opinions listed here are my own and not representative of my employers; future, past and present.</div>
|
||||
<div><a href="https://resume.incremental.social/thepaperpilot/thepaperpilot">Resume</a> (not actively seeking new opportunities).</div>
|
||||
<div>Site built from <a href="COMMIT_LINK">this commit</a> on <time>COMMIT_TIME</time>.</div>
|
||||
|
|
Loading…
Reference in a new issue