We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9e00a3 commit d0c7635Copy full SHA for d0c7635
assets/css/post-entry.css
@@ -100,3 +100,8 @@
100
pointer-events: none;
101
width: 100%;
102
}
103
+
104
+.entry-cover a {
105
+ color: var(--secondary);
106
+ box-shadow: 0 1px 0 var(--primary);
107
+}
layouts/_default/single.html
@@ -33,7 +33,7 @@ <h1 class="post-title">
33
{{- else}}
34
<img src="{{ .Permalink -}} {{- .Params.cover.image }}" alt="{{ .Params.cover.alt | plainify }}">
35
{{- end}}
36
- <p>{{.Params.cover.caption}}</p>
+ <p>{{.Params.cover.caption | markdownify }}</p>
37
</figure>
38
{{- end }}
39
{{- if .Params.ShowToc }}
0 commit comments