From ce219d972fad3539d15a689d53e76cb030b3228d Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Fri, 4 Jan 2019 18:24:16 -0500 Subject: [PATCH] More schema.org stuff --- site/includes/article-meta.html.ejs | 8 ++++---- site/layouts/article.html.ejs | 4 ++-- site/layouts/default.html.ejs | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/site/includes/article-meta.html.ejs b/site/includes/article-meta.html.ejs index a45ad04..7332586 100644 --- a/site/includes/article-meta.html.ejs +++ b/site/includes/article-meta.html.ejs @@ -5,11 +5,11 @@ <% if (metadata.category) { %> - in - <%= metadata.category %> + in + <%= metadata.category %> <% } else if (metadata.series) { %> - in - <%= metadata.seriesName %> + in + <%= metadata.seriesName %> <% } %> by diff --git a/site/layouts/article.html.ejs b/site/layouts/article.html.ejs index e83b31a..f62a755 100644 --- a/site/layouts/article.html.ejs +++ b/site/layouts/article.html.ejs @@ -3,9 +3,9 @@ metadata.layout = "default.html.ejs" ```
-
+
-

<%= metadata.title %>

+

<%= metadata.title %>

<%- include("../includes/article-meta.html.ejs", { metadata }) %>
<%- content %> diff --git a/site/layouts/default.html.ejs b/site/layouts/default.html.ejs index ea74473..0ba055b 100644 --- a/site/layouts/default.html.ejs +++ b/site/layouts/default.html.ejs @@ -43,7 +43,7 @@ - +