Skip to content

Commit

Permalink
Fix bug and cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
auloin committed Aug 13, 2024
1 parent 2d328a7 commit abb5925
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ jobs:
run: |
hugo \
--minify \
--logLevel debug \
--baseURL "${{ steps.pages.outputs.base_url }}/"
- name: Index with Pagefind
run: npx -y pagefind --site public
Expand Down
2 changes: 1 addition & 1 deletion content/en/blog/2023-07-14-JobRunr-v6.3.0.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "JobRunr & JobRunr Pro v6.3.0"
summary: "Stability improvements, Dashboard improvements, Micronaut 4 support, Kotlin 1.9 support and Job Timeouts!"
feature_image: /blog/2023-08-14-JobRunr-v6.3.png
feature_image: /blog/2023-08-14-jobrunr-v6.3.png
date: 2023-08-14T09:12:23+02:00
author: "Ronald Dehuysser"
tags:
Expand Down
3 changes: 0 additions & 3 deletions themes/casper3/layouts/_default/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,6 @@ <h4 class="author-name">{{ .Param "author" }}</h4>
{{ else if eq .Section "blog" }}
<figure class="post-full-image blog">
{{ end }}
{{ if not $image }}
{{ errorf "Couldn't resolve asset %s" (.Param "feature_image") }}
{{ end }}
<img src="{{ $image.RelPermalink }}" alt="{{ $image.Title }}"/>
</figure>
{{ end }}
Expand Down

0 comments on commit abb5925

Please sign in to comment.