mirror of
https://git.adityakumar.xyz/hugo-theme-introduction.git
synced 2024-11-21 19:42:52 +00:00
Updated footer, slightly reduced heading size, lightened css load time.
This commit is contained in:
parent
8bf5b9e365
commit
11776e89f2
3 changed files with 7 additions and 2 deletions
5
.gitignore
vendored
Normal file
5
.gitignore
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
/static/node_modules/
|
||||
/static/sass/
|
||||
/static/css/
|
||||
/static/gulpfile.js
|
||||
package.json
|
|
@ -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
Loading…
Reference in a new issue