forked from cadey/xesite
templates: seo
This commit is contained in:
parent
a42cd3b289
commit
6cab9a5b1f
|
@ -1,5 +1,5 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
{{ template "title" . }}
|
{{ template "title" . }}
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
|
|
@ -1,12 +1,27 @@
|
||||||
{{ define "title" }}
|
{{ define "title" }}
|
||||||
<title>Christine Dodrill</title>
|
<title>Christine Dodrill</title>
|
||||||
<link rel="authorization_endpoint" href="https://indieauth.com/auth">
|
<link rel="authorization_endpoint" href="https://indieauth.com/auth">
|
||||||
|
|
||||||
|
<!-- Twitter -->
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@theprincessxena" />
|
||||||
|
<meta name="twitter:title" content="Christine Dodrill" />
|
||||||
|
<meta name="twitter:description" content="Web and Backend Services Devops Specialist" />
|
||||||
|
|
||||||
|
<!-- Facebook -->
|
||||||
|
<meta property="og:type" content="website" />
|
||||||
|
<meta property="og:title" content="Christine Dodrill" />
|
||||||
|
<meta property="og:site_name" content="Web and Backend Services Devops Specialist" />
|
||||||
|
|
||||||
|
<!-- Description -->
|
||||||
|
<meta name="description" content="Web and Backend Services Devops Specialist" />
|
||||||
|
<meta name="author" content="Christine Dodrill">
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{ define "content" }}
|
{{ define "content" }}
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
<div class="cell -3of12 content">
|
<div class="cell -3of12 content">
|
||||||
<img src="/static/img/avatar.png">
|
<img src="/static/img/avatar.png" alt="My Avatar">
|
||||||
<br />
|
<br />
|
||||||
<a href="/contact" class="justify-content-center">Contact Me</a>
|
<a href="/contact" class="justify-content-center">Contact Me</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -38,7 +53,6 @@
|
||||||
|
|
||||||
<h5>Quick Links</h5>
|
<h5>Quick Links</h5>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="https://twitter.com/theprincessxena" rel="me">Twitter</a></li>
|
|
||||||
<li><a href="https://github.com/Xe" rel="me">GitHub</a></li>
|
<li><a href="https://github.com/Xe" rel="me">GitHub</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue