2019-01-04 18:14:53 +00:00
|
|
|
```
|
|
|
|
metadata.layout = "default.html.ejs"
|
|
|
|
```
|
|
|
|
|
|
|
|
<div class="main">
|
2019-01-04 23:24:16 +00:00
|
|
|
<article itemprop="blogPost" itemscope itemtype="https://schema.org/BlogPosting">
|
2019-01-04 18:14:53 +00:00
|
|
|
<meta itemprop="mainEntityOfPage" content="https://shadowfacts.net<%= metadata.permalink %>">
|
2019-01-04 23:24:16 +00:00
|
|
|
<h1 class="article-title" itemprop="name headline"><%= metadata.title %></h1>
|
2019-01-04 18:14:53 +00:00
|
|
|
<%- include("../includes/article-meta.html.ejs", { metadata }) %>
|
|
|
|
<div class="article-content" itemprop="articleBody">
|
|
|
|
<%- content %>
|
|
|
|
</div>
|
|
|
|
</article>
|
2019-03-01 23:42:28 +00:00
|
|
|
<section id="comments-container"></section>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<script>
|
|
|
|
const permalink = "<%= metadata.permalink %>";
|
|
|
|
</script>
|
|
|
|
<script src="/js/comments.js" async></script>
|