mirror of
https://github.com/PrivSec-dev/privsec.dev.git
synced 2024-10-01 01:35:53 -04:00
Display content license (#25)
This commit is contained in:
parent
3962545b39
commit
ea68688b0d
@ -1,6 +1,7 @@
|
||||
baseURL: "https://privsec.dev"
|
||||
title: PrivSec.dev
|
||||
theme: PaperMod
|
||||
copyright: '[CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)'
|
||||
|
||||
enableRobotsTXT: true
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
{{- if not (.Param "hideFooter") }}
|
||||
<footer class="footer">
|
||||
{{- if site.Copyright }}
|
||||
<span>{{ site.Copyright | markdownify }}</span>
|
||||
<span>{{ site.Copyright | markdownify }} ·</span>
|
||||
{{- else }}
|
||||
<span>© {{ now.Year }} <a href="{{ "" | absLangURL }}">{{ site.Title }}</a></span>
|
||||
{{- end }}
|
||||
|
Loading…
Reference in New Issue
Block a user