Skip to content

Commit

Permalink
fix: static image paths for year in hog (#19150)
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra authored Dec 6, 2023
1 parent 2994cbf commit 2974a93
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion posthog/year_in_posthog/2023.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
width: 100%;
height: 100%;
opacity: 0.1;
background-image: url("{% static "background.png" %}");
background-image: url("{% static "year_in_hog/background.png" %}");
background-repeat: no-repeat;
background-position: 50% 0;
background-size: cover;
Expand Down
4 changes: 2 additions & 2 deletions posthog/year_in_posthog/hibernating.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
width: 100%;
height: 100%;
opacity: 0.1;
background-image: url("{% static "background.png" %}");
background-image: url("{% static "year_in_hog/background.png" %}");
background-repeat: no-repeat;
background-position: 50% 0;
background-size: cover;
Expand Down Expand Up @@ -141,7 +141,7 @@
<h1>Year in PostHog is hibernating.</h1>
<img alt="Year in PostHog is hibernating."
width="578" height="400"
src="{% static 'sleeping-hog.png' %}"
src="{% static 'year_in_hog/sleeping-hog.png' %}"
/>

</body>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 2974a93

Please sign in to comment.