Compare commits
2 Commits
3bf0060439
...
77aaa9989e
| Author | SHA1 | Date | |
|---|---|---|---|
| 77aaa9989e | |||
| c5a862f7ba |
+2
-2
@@ -3192,9 +3192,9 @@
|
|||||||
|
|
||||||
function postMarkup(post, index) {
|
function postMarkup(post, index) {
|
||||||
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