Initial Commit
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
{{- $assetBusting := not .Site.Params.disableAssetsBusting -}}
|
||||
<link rel="shortcut icon" href="{{"images/logo.svg" | relURL}}{{ if $assetBusting }}?{{ now.Unix }}{{ end }}"/>
|
||||
@@ -0,0 +1,6 @@
|
||||
|
||||
<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="https://buttons.github.io/buttons.js"></script>
|
||||
@@ -0,0 +1 @@
|
||||
{{ if .Params.chapter }}<b>{{ .Params.weight }}.</b> {{ end }}
|
||||
Reference in New Issue
Block a user