footer.html 142 B

123456
  1. <footer id="site-footer">
  2. <div id="copyright">
  3. <p>&copy; 2018 {{ .Site.Params.author }}</p>
  4. <p>Powered by Hugo</p>
  5. </div>
  6. </footer>