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:
authorDoug Harple <dharple@gmail.com>2020-07-12 08:06:04 +0300
committerDoug Harple <dharple@gmail.com>2020-07-12 08:06:04 +0300
commit5aac4528d711ad3c1772b611a77bab254f2d2d9b (patch)
tree59dc3a4ea381a03e99f0b8d5f9fcefb82bccdff2
parent1d176b31854b74aee42f00a6b34e0e25f6cfe781 (diff)
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">