소스 검색

Update footer.html

Track3 7 년 전
부모
커밋
26cbc32cc5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      layouts/partials/footer.html

+ 1 - 1
layouts/partials/footer.html

@@ -1,6 +1,6 @@
 	<footer id="site-footer">
 		<div id="copyright">
 			<p>&copy; 2018 {{ .Site.Params.author }}</p>
-			<p>Powered by Hugo</p>
+			<p>Made with Hugo</p>
 		</div>
 	</footer>