Skip to content

Commit

Permalink
fix: delete useless space in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
reuixiy committed Aug 12, 2019
1 parent 3574d51 commit 5716c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
{{ end }}
{{ $siteInfoIcon := (replace (.Scratch.Get "siteInfoIcon") "icon" "icon footer-icon") }}

<div class="site-info">{{ printf `%s %s %s %s` $siteInfoCopyright $siteInfoCreatedYear $siteInfoIcon .Site.Author.name | safeHTML }}</div>
<div class="site-info">{{ printf `%s %s%s%s` $siteInfoCopyright $siteInfoCreatedYear $siteInfoIcon .Site.Author.name | safeHTML }}</div>

{{ if .Site.Params.displayPoweredBy }}
<div class="powered-by">{{ printf `Powered by [Hugo](https://github.com/gohugoio/hugo) | Theme is [MemE](https://github.com/reuixiy/hugo-theme-meme)` | markdownify | safeHTML }}</div>
Expand Down

0 comments on commit 5716c6d

Please sign in to comment.