Skip to content

Commit e09bfe6

Browse files
committed
testing wkhtmltopdf
1 parent 0093d86 commit e09bfe6

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

layouts/blog/single.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,9 @@
1414
<div class="content mb-10">
1515
{{ .Content }}
1616
</div>
17-
18-
{{ partial "components/author-bios.html" . }}
19-
2017
{{ partial "components/share-cta.html" . }}
18+
{{ partial "components/author-bios.html" . }}
2119
</article>
22-
2320
{{ partial "components/sidebar-toc-shared.html" . }}
2421
</div>
2522

layouts/partials/components/share-cta.html

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,5 @@ <h2 class="text-3xl font-bold mb-4">Enjoy this content? Share it!</h2>
55
Sharing our articles and resources is one of the easiest and most effective ways to support Open Neuromorphic. It helps us reach a wider audience, grow our community, and continue our mission of advancing open-source neuromorphic computing. Your support is greatly appreciated!
66
</p>
77
</div>
8-
9-
{{ partial "components/og-preview.html" . }}
10-
11-
<p class="text-center mt-6 text-sm text-gray-500">
12-
Hover over the image to reveal sharing options.
13-
</p>
14-
</div>
8+
{{ partial "components/og-preview.html" . }}
9+
</div>

0 commit comments

Comments
 (0)