feat: use latex hugo template
This commit is contained in:
parent
1d12f5614d
commit
9004c27ceb
56 changed files with 1666 additions and 2 deletions
21
layouts/partials/footer.html
Normal file
21
layouts/partials/footer.html
Normal file
|
@ -0,0 +1,21 @@
|
|||
<footer>
|
||||
<div class="container">
|
||||
<p class="credits copyright">
|
||||
<p class="credits theme-by">
|
||||
{{ if .Site.Params.Legal }}
|
||||
<a href="{{ .Site.BaseURL }}legal/">{{ .Site.Params.Legal }}</a>
|
||||
<br>
|
||||
{{ end }}
|
||||
{{ if .Site.Params.PoweredBy }}
|
||||
Powered By <a href="https://gohugo.io">Hugo</a> / Theme <a href="https://github.com/kaisugi/HugoTeX">HugoTeX</a>
|
||||
<br>
|
||||
{{ end }}
|
||||
{{ if .Site.Title }}
|
||||
<a href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a>,
|
||||
{{ end }}
|
||||
©
|
||||
{{ .Site.Lastmod.Format "2006" }}
|
||||
<a href="{{ .Site.BaseURL }}about/">{{ .Site.Params.Author.name }}</a>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
Loading…
Add table
Add a link
Reference in a new issue