mirror of https://github.com/luizdepra/hugo-coder.git

John D. Rowell
2 days ago 145401dd6b9161e1316a338ca54f3a35d8d696d0
layouts/posts/single.html
@@ -31,6 +31,8 @@
        </div>
      </header>
      {{ partial "toc.html" . }}
      <div class="post-content">
        {{ if .Params.featuredImage }}
          <img src="{{ .Params.featuredImage | relURL }}" alt="Featured image"/>