Skip to content

Commit 37c69ff

Browse files
committed
use proper static reference for image
1 parent 1dd622d commit 37c69ff

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

content/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ We are a Purdue organization that supports Linux, open source software, and Unix
1111

1212
We meet every week at 6pm in SCHM 117.
1313

14-
![gunter](/images/gunter.png)
14+
![gunter]({{% static "images/gunter.png" %}})

layouts/shortcodes/static.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{{ relURL (.Get 0) }}

0 commit comments

Comments
 (0)