21 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| 
 | |
|           <style>
 | |
|             #footer {
 | |
|               font-size: 13px;
 | |
|               height: 100px;
 | |
|               margin-left: auto;
 | |
|               margin-right: auto;
 | |
|               padding: 2rem 1rem;
 | |
|               text-align: center;
 | |
|               min-width: 230px;
 | |
|               max-width: 300px;
 | |
|             }
 | |
|             #footer p {
 | |
|               margin: 0;
 | |
|             }
 | |
|           </style>
 | |
|           <a class="github-button" href="https://github.com/McShelby/hugo-theme-relearn/archive/main.zip" data-icon="octicon-cloud-download" aria-label="Download McShelby/hugo-theme-relearn on GitHub">Download</a>
 | |
|           <a class="github-button" href="https://github.com/McShelby/hugo-theme-relearn" data-icon="octicon-star" data-show-count="true" aria-label="Star McShelby/hugo-theme-relearn on GitHub">Star</a>
 | |
|           <a class="github-button" href="https://github.com/McShelby/hugo-theme-relearn/fork" data-icon="octicon-repo-forked" data-show-count="true" aria-label="Fork McShelby/hugo-theme-relearn on GitHub">Fork</a>
 | |
|           <p>Built with <a href="https://github.com/McShelby/hugo-theme-relearn"><i class="fas fa-heart"></i></a> by <a href="https://gohugo.io/">Hugo</a></p>
 | |
|           <script async defer src="{{"js/buttons.js" | relURL}}{{ if not .Site.Params.disableAssetsBusting }}?{{ now.Unix }}{{ end }}"></script> |