Skip to content

Commit

Permalink
Adding different image
Browse files Browse the repository at this point in the history
  • Loading branch information
wAsnk committed Jan 24, 2024
1 parent dd8d846 commit 809e8a9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@
"SourcePath": "_MediaTheme/Assets/example.png",
"TargetPath": "_MediaTheme/Assets/example.png"
},
{
"SourcePath": "_MediaTheme/Assets/example2.png",
"TargetPath": "_MediaTheme/Assets/example2.png"
},
{
"SourcePath": "_MediaTheme/Templates/Example.liquid",
"TargetPath": "_MediaTheme/Templates/Example.liquid"
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ The images are from https://unsplash.com/.
{% endcomment %}
<img src="{{ '~/mediatheme/example.png' | href }}" alt="example" />

<img src="{{ '~/mediatheme/example.png' | href | append_version }}" alt="example2" />
<img src="{{ '~/mediatheme/example2.png' | href | append_version }}" alt="example2" />

0 comments on commit 809e8a9

Please sign in to comment.