mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.git
synced 2025-01-15 13:26:37 +00:00
fix: remove logo from footer
This commit is contained in:
parent
c0b5306b76
commit
236c3ba70e
|
@ -1,18 +1,6 @@
|
|||
{{ $links := .Site.Params.links }}
|
||||
<div class="bg-dark pt-4 px-5 pb-5 row sp-footer">
|
||||
<div class="col-12 py-4">
|
||||
<a class="navbar-brand" href="{{ .Site.Home.RelPermalink }}">
|
||||
<span class="navbar-brand__logo navbar-logo">
|
||||
{{- if ne .Site.Params.ui.navbar_logo false -}}
|
||||
{{ with resources.Get "icons/logo.svg" -}}
|
||||
{{ ( . | minify).Content | safeHTML -}}
|
||||
{{ end -}}
|
||||
{{ end -}}
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="col-md-4 col-xs-12 py-sm-4">
|
||||
<div class="bg-dark px-5 py-5 row sp-footer">
|
||||
<div class="col-md-4 col-xs-12 pt-4">
|
||||
<h2 class="text-secondary">{{ T "footer_learn_more" }}</h2>
|
||||
<ul class="list-unstyled">
|
||||
<li><a href="{{ ref . "/docs/services/" }}" class="nav-link">{{ T "footer_available_services"}}</a></li>
|
||||
|
@ -28,7 +16,7 @@
|
|||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="col-md-4 col-xs-12 py-sm-4">
|
||||
<div class="col-md-4 col-xs-12 pt-4">
|
||||
<h2 class="text-secondary">{{ T "footer_contribute" }}</h2>
|
||||
<ul class="list-unstyled">
|
||||
<li><a href="https://git.selfprivacy.org/SelfPrivacy" class="nav-link" rel="noopener noreferrer" target="_blank">{{ T "footer_source_code" }}</a></li>
|
||||
|
@ -39,7 +27,7 @@
|
|||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="col-md-4 col-xs-12 py-sm-4">
|
||||
<div class="col-md-4 col-xs-12 pt-4">
|
||||
<h2 class="text-secondary">{{ T "footer_download" }}</h2>
|
||||
<h3 class="text-secondary">{{ T "footer_download_phone" }}</h3>
|
||||
<ul class="list-unstyled">
|
||||
|
|
Loading…
Reference in a new issue