- commit
- 89ad3cd
- parent
- 073a948
- author
- Eric Bower
- date
- 2023-01-05 03:24:41 +0000 UTC
fix(imgs): typo on hotlink for post
1 files changed,
+1,
-1
+1,
-1
1@@ -57,7 +57,7 @@
2 <dd><a href="{{.ImgURL}}/300x">{{.ImgURL}}/300x</a></dd>
3
4 <dt>Resize height (preserve aspect)</dt>
5- <dd><a href="{{.ImgURL}}/x300">{{.ImgURL}}/300x</a></dd>
6+ <dd><a href="{{.ImgURL}}/x300">{{.ImgURL}}/x300</a></dd>
7
8 <dt>Resize width and height</dt>
9 <dd><a href="{{.ImgURL}}/300x300">{{.ImgURL}}/300x300</a></dd>