Skip to content

Commit

Permalink
Rename pictures, add missing quote to string
Browse files Browse the repository at this point in the history
  • Loading branch information
austintraver committed Jan 27, 2024
1 parent f286cc5 commit 3903bc3
Show file tree
Hide file tree
Showing 49 changed files with 1 addition and 1 deletion.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</section>
<section class="collection">
{{ range sort .Pages ".FuzzyWordCount" "desc" }}
{{ $img := path.Join .RelPermalink "poster" }}
{{ $img := path.Join .RelPermalink "cover" }}
<a class="card" href="{{ .RelPermalink }}">
<picture>
<img alt="" loading=lazy class="preview" src="{{ $img }}.png">
Expand Down

0 comments on commit 3903bc3

Please sign in to comment.