From 963741cd14f6d417f744754a0e99cce9057c8356 Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Wed, 17 Apr 2019 15:12:44 -0400 Subject: [PATCH] schema and h-card markup --- layouts/_default/single.html | 12 ++++++------ layouts/index.html | 10 +++++----- layouts/partials/blog-footer.html | 2 +- layouts/partials/blog-header.html | 3 +-- static/style.css | 5 +++++ 5 files changed, 18 insertions(+), 14 deletions(-) diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 52969aeb..6cd2a5df 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -1,22 +1,22 @@ {{ partial "header.html" . }} {{ partial "blog-header.html" . }}
-
+
-

{{ .Title }}

+

- by Jake Jarvis · - {{ .Date.Format "January 2, 2006" }} · + by · + · {{ .ReadingTime }} minute read
{{ with .Params.tags }}{{ if ge (len .) 1 }} - {{ range . }}{{ . }} {{ end }} + {{ range . }}{{ . }} {{ end }} {{ end }}{{ end }}
-
+
{{ .Content }}
diff --git a/layouts/index.html b/layouts/index.html index 278d98f7..9e1c0c7e 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,8 +1,8 @@ {{ partial "header.html" . }} -
+
- Photo of Jake Jarvis -

Hi! I'm Jake Jarvis. 👋

+ Photo of Jake Jarvis +

Hi! I'm . 👋

I'm a web and mobile developer based in Boston.

My recent focus has been on Node, Express, and MongoDB stacks behind modern JavaScript frameworks like React, Angular, and Vue...

@@ -19,11 +19,11 @@ outlets.

You can find some of my work on GitHub or LinkedIn, my adventures on , Facebook, Instagram, or Mastodon, and my standard PDF resume here.

-

If any of this fits with what you're looking for, I'd love to hear from you via email D36C B66F 4002 B25B, , or text!

+

If any of this fits with what you're looking for, I'd love to hear from you via email D36C B66F 4002 B25B, , or text!

{{ partial "footer.html" . }} \ No newline at end of file diff --git a/layouts/partials/blog-footer.html b/layouts/partials/blog-footer.html index a432aeab..97f8d1f5 100644 --- a/layouts/partials/blog-footer.html +++ b/layouts/partials/blog-footer.html @@ -1,5 +1,5 @@ diff --git a/layouts/partials/blog-header.html b/layouts/partials/blog-header.html index 4ae168f7..10b0aa8f 100644 --- a/layouts/partials/blog-header.html +++ b/layouts/partials/blog-header.html @@ -3,11 +3,10 @@