Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 77aaa9989e | |||
| c5a862f7ba |
+1
-1
@@ -3194,7 +3194,7 @@
|
|||||||
return [
|
return [
|
||||||
'<div class="news-card">',
|
'<div class="news-card">',
|
||||||
post.image ? '<img class="news-card-image" src="https://my-biz.app/content/images/blog/' +
|
post.image ? '<img class="news-card-image" src="https://my-biz.app/content/images/blog/' +
|
||||||
post.image +
|
post.image.replace(/\.[^.]+$/, '') +
|
||||||
'.webp" alt="' +
|
'.webp" alt="' +
|
||||||
post.title.replace(/"/g, """) +
|
post.title.replace(/"/g, """) +
|
||||||
'">' : '',
|
'">' : '',
|
||||||
|
|||||||
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user