15 lines
483 B
Cheetah
15 lines
483 B
Cheetah
|
{{define "footer"}}
|
||
|
<footer>
|
||
|
<p>
|
||
|
<a href="/admin">Accéder au panneau d'administration</a>
|
||
|
</p>
|
||
|
<p>
|
||
|
Propulsé par <a href="https://gitlab.com/arcadbox/arcad">Arcad</a> et publié sous licence <a class="has-text-primary" href="https://gitlab.com/arcadbox/arcad/-/blob/{{ .BuildInfo.GitRef }}/LICENSE">AGPL-3.0</a>.
|
||
|
</p>
|
||
|
<p>
|
||
|
Version: {{ .BuildInfo.ProjectVersion }} -
|
||
|
Réf.: {{ .BuildInfo.GitRef }} -
|
||
|
Date de construction: {{ .BuildInfo.BuildDate }}
|
||
|
</p>
|
||
|
</footer>
|
||
|
{{end}}
|