Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 77aaa9989e | |||
| c5a862f7ba |
+2
-2
@@ -3192,9 +3192,9 @@
|
||||
|
||||
function postMarkup(post, index) {
|
||||
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 +
|
||||
post.image.replace(/\.[^.]+$/, '') +
|
||||
'.webp" alt="' +
|
||||
post.title.replace(/"/g, """) +
|
||||
'">' : '',
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user