Updated footer, slightly reduced heading size, lightened css load time.

This commit is contained in:
Vicky 2017-05-14 14:04:55 +08:00
parent 8bf5b9e365
commit 11776e89f2
3 changed files with 7 additions and 2 deletions

5
.gitignore vendored Normal file
View file

@ -0,0 +1,5 @@
/static/node_modules/
/static/sass/
/static/css/
/static/gulpfile.js
package.json

View file

@ -3,7 +3,7 @@
{{ if .Site.Params.footertext }}
{{ .Site.Params.footertext }}
{{ else }}
<span class="footer-text"><a href="https://github.com/vickylaixy/hugo-theme-introduction" target="_blank">Introduction</a> theme for <a href="http://gohugo.io/" target="_blank">Hugo</a>. Made with <i class="fa fa-heart"></i> and <i class="fa fa-coffee"></i>. <i class="fa fa-copyright"></i> <a href="https://vickylai.com" target="_blank">Vicky Lai</a> 2017</span>
<span class="footer-text"><a href="https://github.com/vickylaiio/hugo-theme-introduction" target="_blank">Introduction</a> theme for <a href="http://gohugo.io/" target="_blank">Hugo</a>. Made with <i class="fa fa-heart"></i> and <i class="fa fa-coffee"></i>. <a href="https://vickylai.io" target="_blank">Vicky Lai</a> 2017</span>
{{ end }}
</div><!-- End Footer container -->
</div><!-- End Footer section -->

File diff suppressed because one or more lines are too long