Remove footer and navigation in docs
This commit is contained in:
parent
8ef7294b9e
commit
56646d55dd
@ -21,10 +21,6 @@
|
||||
</div>
|
||||
{{ block "sidebar-prefooter" . }}{{ end }}
|
||||
{{ block "sidebar-footer" . }}{{ end }}
|
||||
{{ partial "footer/footer.html" . }}
|
||||
{{ if and .IsHome .Site.Params.alert }}
|
||||
{{ partial "footer/alert.html" . }}
|
||||
{{ end }}
|
||||
{{ partial "footer/script-footer.html" . }}
|
||||
</body>
|
||||
</html>
|
@ -24,7 +24,7 @@
|
||||
{{ if .Site.Params.editPage -}}
|
||||
{{ partial "main/edit-page.html" . }}
|
||||
{{ end -}}
|
||||
{{ partial "main/docs-navigation.html" . }}
|
||||
|
||||
</main>
|
||||
</div>
|
||||
{{ end }}
|
@ -1,4 +1,4 @@
|
||||
<a class="btn" style="color: white; background-color: {{ .Get "color" }};" href="https://gitea.arsenm.dev/{{ if or (.Get "owner") }}{{ .Get "owner" }}{{ else }}Arsen6331{{ end }}/{{ .Get "project" }}">
|
||||
<span class="iconify" data-icon="cib:gitea"></span>
|
||||
{{ .Get "text" }}
|
||||
<span class="iconify" data-icon="cib:gitea"></span>
|
||||
{{ .Get "text" }}
|
||||
</a>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<a class="btn" style="color: white; background-color: {{ .Get "color" }};" href="https://www.gitlab.com/moussaelianarsen/{{ .Get "project" }}">
|
||||
<span class="iconify" data-icon="fa-brands:gitlab"></span>
|
||||
{{ .Get "text" }}
|
||||
{{ .Get "text" }}
|
||||
</a>
|
||||
|
Reference in New Issue
Block a user