From 0d9656d939b58a1ea721b8cde42ef186514f00c3 Mon Sep 17 00:00:00 2001
From: Josh Lubaway <jish@users.noreply.github.com>
Date: Sat, 26 Oct 2019 17:00:59 +0000
Subject: [PATCH] Replace {{ .URL }} with {{ .Permalink }} (#216)
---
layouts/post/summary-with-image.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/layouts/post/summary-with-image.html b/layouts/post/summary-with-image.html
index d72cb35..bd74fd4 100644
--- a/layouts/post/summary-with-image.html
+++ b/layouts/post/summary-with-image.html
@@ -1,5 +1,5 @@
<article class="bb b--black-10">
- <a class="db pv4 ph3 ph0-l no-underline dark-gray dim" href="{{ .URL }}">
+ <a class="db pv4 ph3 ph0-l no-underline dark-gray dim" href="{{ .Permalink }}">
<div class="flex flex-column flex-row-ns">
{{ if .Params.featured_image }}
<div class="pr3-ns mb4 mb0-ns w-100 w-40-ns">
--
Gitblit v1.10.0