소스 검색

Update micropanels to use relative links

ApisNecros 1 년 전
부모
커밋
a7addee202
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>