From c2a5476997befeaafce461693f4a363c13766df4 Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Sun, 04 Jan 2026 18:53:21 +0000
Subject: [PATCH] Merge branch 'main' of https://github.com/jakevdwerf/jvb
---
src/feed/view.js | 27 ---------------------------
1 files changed, 0 insertions(+), 27 deletions(-)
diff --git a/src/feed/view.js b/src/feed/view.js
index 7110cad..94da05e 100644
--- a/src/feed/view.js
+++ b/src/feed/view.js
@@ -767,33 +767,6 @@
window.feedBlock = new FeedBlock();
}
});
-
- let item = {
- content: "art",
- date: "2025-12-24 03:37:26",
- fields: {
- gallery: "",
- post_content: "",
- post_thumbnail: 200,
- post_title: "Great Gray Owl",
- price: "",
- },
- icon: "arrows-clockwise",
- id: 195,
- images: {
- 200: {
- 'image-alt-text': "",
- 'image-caption': "",
- 'image-title': "Great Gray Owl",
- large: "http://jakevan.test/wp-content/uploads/2025/12/Great-Gray-Owl.jpg",
- medium: "http://jakevan.test/wp-content/uploads/2025/12/Great-Gray-Owl-1024x1024.jpg",
- small: "http://jakevan.test/wp-content/uploads/2025/12/Great-Gray-Owl-300x300.jpg",
- tiny: "http://jakevan.test/wp-content/uploads/2025/12/Great-Gray-Owl-50x50.jpg"
- }
- },
- url: "http://jakevan.test/art/great-gray-owl/",
- user_id: 3
- };
});
--
Gitblit v1.10.0