Explorar el Código

testing out news.json

causefx hace 7 años
padre
commit
978934f117
Se han modificado 1 ficheros con 16 adiciones y 0 borrados
  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"
+  }
+]