Skip to content

Commit

Permalink
fix: static linking issues
Browse files Browse the repository at this point in the history
  • Loading branch information
AliceOrunitia committed Aug 29, 2024
1 parent 0d3c3a2 commit 0ec45b4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ jobs:
security: strict
exclude: |
**/kaffeepause/**
**/whitepaper/**
**/scss/main.css
**/scss/main.css.map
4 changes: 2 additions & 2 deletions layouts/shortcodes/blocks/blog-image.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

{{ $src := .Get "src" }}
<div class="card mb-3" style="max-width: 90vw; width: 40rem">
<img src="{{ .Get "src" | absURL }}" class="card-img-top" alt="{{ .Get "alt" }}">
<img src="/{{ $src }}" class="card-img-top" alt="{{ .Get "alt" }}">
<div class="card-body">
<h6 class="card-subtitle mb-2 text-muted">{{ .Get "subtitle" }}</h6>
<p class="card-text">{{ .Get "text" }}</p>
Expand Down
Binary file modified static/whitepaper.pdf
Binary file not shown.

0 comments on commit 0ec45b4

Please sign in to comment.