mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-11-25 08:56:09 -05:00
layout fixes
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{{ define "main" }}
|
||||
{{ partial "header.html" . }}
|
||||
<div itemscope itemtype="http://schema.org/Person">
|
||||
<img itemprop="image" id="me" src="{{ "me.jpg" | absURL }}" alt="Photo of Jake Jarvis" title="Photo of Jake Jarvis">
|
||||
<h1>Hi! I'm <span itemprop="name">Jake Jarvis</span>. <span id="wave">👋<!--🏻--></span></h1>
|
||||
@@ -24,4 +24,4 @@
|
||||
<div id="info"><span id="copyright"><a href="https://web.archive.org/web/20010501000000*/jakejarvis.com" title="View Old Versions on Wayback Machine" id="wayback" target="_blank" rel="noopener noreferrer nofollow">© 2001 –</a> {{ now.Format "2006" }} <a itemprop="url" rel="me author" href="{{ .Site.BaseURL }}" title="Jake Jarvis">Jake Jarvis</a>.</span> <a href="https://git.jarv.is/jake/jarv.is" title="View Source Code Repository" id="source" target="_blank" rel="noopener">View source.</a></div>
|
||||
</div>
|
||||
</div>
|
||||
{{ end }}
|
||||
{{ partial "footer.html" . }}
|
||||
Reference in New Issue
Block a user