Compare commits

..

2 Commits

Author SHA1 Message Date
Shadowfacts f1cdbea728 Add Update: Swift Packages and Frameworks 2022-04-07 22:51:38 -04:00
Shadowfacts d239a7eb5d Fix excerpt-less posts 2022-04-07 22:49:37 -04:00
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
</h2>
<%- include("article-meta.html.ejs", { metadata: post.metadata }) %>
<div class="article-content" itemprop="description">
<%- post.metadata.excerpt || post.text %>
<%- post.metadata.excerpt ?? post.text %>
</div>
<% if (post.metadata.excerpt) { %>
<p class="read-more-link">