mirror of
https://github.com/TrudeEH/web.git
synced 2025-12-06 08:23:37 +00:00
Add stars to categories and taxonomies
This commit is contained in:
@@ -17,10 +17,15 @@
|
||||
{{- print " dark" }}
|
||||
{{- end -}}
|
||||
" id="top">
|
||||
{{ if .IsHome }}
|
||||
{{ if or .IsHome (eq .Kind "section") (eq .Kind "taxonomy") (eq .Kind "term") }}
|
||||
<div id='stars'></div>
|
||||
<div id='stars2'></div>
|
||||
<div id='stars3'></div>
|
||||
<style>
|
||||
body {
|
||||
margin-top: -6px !important;
|
||||
}
|
||||
</style>
|
||||
{{ end }}
|
||||
{{- partialCached "header.html" . .Page -}}
|
||||
<main class="main">
|
||||
|
||||
Reference in New Issue
Block a user