Browse Source

Update footer.html

Track3 7 năm trước cách đây
mục cha
commit
26cbc32cc5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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>