Browse Source

Update micropanels to use relative links

ApisNecros 1 năm trước cách đây
mục cha
commit
a7addee202
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      layouts/partials/micropanel.html

+ 1 - 1
layouts/partials/micropanel.html

@@ -7,7 +7,7 @@
 	</a>
 	<div class="project-body">
 		<div class="project-title">
-			<a href="{{ .Permalink }}">{{ .Title }}</a>
+			<a href="{{ .RelPermalink }}">{{ .Title }}</a>
 		</div>
 		<p class="project-description">{{ .Description }}</p>
 	</div>