Skip to content

Commit

Permalink
fix: ensure html is rendered
Browse files Browse the repository at this point in the history
  • Loading branch information
j0rd1smit committed Sep 25, 2024
1 parent 2571936 commit 6824959
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 0 additions & 2 deletions content/tools/whisper-based-transcription/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,3 @@ Want to try it out yourself?
All you need to do is provide an audio or video file in the form below.

If you find this application useful and would like to support its development, you can buy me a coffee.

<a href="https://buymeacoffee.com/jordismit"><img src="https://img.buymeacoffee.com/button-api/?text=Buy me a coffee&emoji=&slug=jordismit&button_colour=5F7FFF&font_colour=ffffff&font_family=Lato&outline_colour=000000&coffee_colour=FFDD00"></a>
7 changes: 7 additions & 0 deletions layouts/_default/whisper-based-transcription.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ <h1 class="posttitle ">{{ .Title }}</h1>
<div id="form-container" class="row">
<div class="col-lg-6">
{{ .Content }}
<p>
<a href="https://buymeacoffee.com/jordismit">
<img
src="https://img.buymeacoffee.com/button-api/?text=Buy me a coffee&emoji=&slug=jordismit&button_colour=5F7FFF&font_colour=ffffff&font_family=Lato&outline_colour=000000&coffee_colour=FFDD00"
/>
</a>
</p>
</div>
<div class="col-lg-6">
<form>
Expand Down

0 comments on commit 6824959

Please sign in to comment.