Skip to content

Commit

Permalink
use proper static reference for image
Browse files Browse the repository at this point in the history
  • Loading branch information
Infinidoge committed Aug 9, 2024
1 parent 1dd622d commit 37c69ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ We are a Purdue organization that supports Linux, open source software, and Unix

We meet every week at 6pm in SCHM 117.

![gunter](/images/gunter.png)
![gunter]({{% static "images/gunter.png" %}})
1 change: 1 addition & 0 deletions layouts/shortcodes/static.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{{ relURL (.Get 0) }}

0 comments on commit 37c69ff

Please sign in to comment.