Skip to content

Commit de6c307

Browse files
committed
Don't show "Improve this page" for website subsystems.
1 parent 0263b6a commit de6c307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/reactos/layouts/partials/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<div class="col-md-4">
66
<ul class="links">
7-
{{ if .File }}
7+
{{ if and (.File) (ne .Slug "footer") }}
88
<li><a href="https://github.com/reactos/web-content/tree/master/content/{{ .File.Path }}">Improve this page</a></li>
99
{{ end }}
1010
</ul>

0 commit comments

Comments
 (0)