15 lines
464 B
Plaintext
15 lines
464 B
Plaintext
```
|
|
metadata.layout = "default.html.ejs"
|
|
```
|
|
|
|
<article itemprop="blogPost" itemscope itemtype="https://schema.org/BlogPosting">
|
|
<meta itemprop="mainEntityOfPage" content="https://shadowfacts.net<%= metadata.permalink %>">
|
|
<h1 class="article-title" itemprop="name headline">
|
|
<%= metadata.title %>
|
|
</h1>
|
|
<%- include("../includes/article-meta.html.ejs", { metadata }) %>
|
|
<div class="article-content" itemprop="articleBody">
|
|
<%- content %>
|
|
</div>
|
|
</article>
|