Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jonathanjanssens/hugo-casper3.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Janssens <jonathan.janssens@gmail.com>2020-07-21 10:13:52 +0300
committerGitHub <noreply@github.com>2020-07-21 10:13:52 +0300
commit1258c500193f7226a79d9595e0a27370c93b6ef8 (patch)
tree59dc3a4ea381a03e99f0b8d5f9fcefb82bccdff2
parent1d176b31854b74aee42f00a6b34e0e25f6cfe781 (diff)
parent5aac4528d711ad3c1772b611a77bab254f2d2d9b (diff)
Merge pull request #8 from dharple/master
Fix reference to feature_image
-rw-r--r--layouts/_default/single.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index da8df43..e811963 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -9,7 +9,7 @@
<main id="site-main" class="site-main outer">
<div class="inner">
- <article class="post-full post {{ if not (.Param "featured_image") }} no-image {{ end }}">
+ <article class="post-full post {{ if not (.Param "feature_image") }} no-image {{ end }}">
<header class="post-full-header">