Merge pull request #4 from pastalian/footer_copyright
Fix copyright in the footer.
This commit is contained in:
		
						commit
						f44680d125
					
				|  | @ -24,10 +24,11 @@ | ||||||
|     <hr /> |     <hr /> | ||||||
| 
 | 
 | ||||||
|     {{ if $.Param "showPoweredBy" }} |     {{ if $.Param "showPoweredBy" }} | ||||||
|     <div class="footer__poweredby">         |     <div class="footer__poweredby"> | ||||||
|         <p class="caption">MIT©<a href="https://gohugo.io/">zzossig</a></p> |         {{ if $.Site.Copyright }} | ||||||
|  |             <p class="caption">{{ $.Site.Copyright }}</p> | ||||||
|  |         {{ end }} | ||||||
|         <p class="caption">Powered by <a href="https://gohugo.io/">Hugo</a> and the <a href="https://github.com/zzossig/hugo-theme-zzo">Zzo theme</a></p> |         <p class="caption">Powered by <a href="https://gohugo.io/">Hugo</a> and the <a href="https://github.com/zzossig/hugo-theme-zzo">Zzo theme</a></p> | ||||||
|     </div> |     </div> | ||||||
|     {{ end }} |     {{ end }} | ||||||
|     </div>     |  | ||||||
| </footer> | </footer> | ||||||
		Loading…
	
		Reference in New Issue
	
	 zzossig
						zzossig