Browse Source

testing out news.json

causefx 7 years ago
parent
commit
978934f117
1 changed files with 16 additions and 0 deletions
  1. 16 0
      js/news.json

+ 16 - 0
js/news.json

@@ -0,0 +1,16 @@
+[
+  {
+    "title": "Preparing for v2.0 soon",
+    "subTitle": null,
+    "date": "2019-01-29 10:20",
+    "body": "Blah blah blah, you know us!",
+    "author": "CauseFX"
+  },
+  {
+    "title": "No, Really! Preparing for v2.0 soon",
+    "subTitle": "I know I have said it before",
+    "date": "2019-02-22 16:40",
+    "body": "This is just a test for now",
+    "author": "CauseFX"
+  }
+]