We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12ccc5a commit 5774e80Copy full SHA for 5774e80
layouts/partials/docs/inject/content-before.html
@@ -0,0 +1,12 @@
1
+<!-- TODO: This is only needed on desktop -->
2
+{{ if .Params.categories }}
3
+ <header class="article-category">
4
+ {{ range (.GetTerms "categories") }}
5
+ <a href="{{ .RelPermalink }}" {{ with .Params.style }}style="background-color: {{ .background }}; color: {{ .color }};"{{ end }}>
6
+ {{ .LinkTitle }}
7
+ </a>
8
+ {{ end }}
9
+ </header>
10
+{{ end }}
11
+
12
+<h1>{{ .Title }}</h1>
0 commit comments