mirror of
https://github.com/stashapp/website.git
synced 2026-04-12 17:31:20 -05:00
2 lines
196 B
HTML
Executable File
2 lines
196 B
HTML
Executable File
{% assign prefix = include.src | slice: 0, 2 %}{% assign protocol = include.src | slice: 0, 4 %}{% unless protocol == 'http' or prefix == "//" %}{{ site.baseurl }}{% endunless %}{{ include.src }}
|