blog/assets/js/data.js
2024-05-20 14:46:55 -03:00

22 lines
396 B
JavaScript

function get_data() {
return {
"pt": {
"posts": [
{
"title": "Scripts em OCaml",
"slug": "scripts-em-ocaml",
"date": "23/03/2024"
}
]
},
"en": {
"posts": [
{
"title": "Meeting the BSD Family",
"slug": "meeting-the-bsd-family",
"date": "May 20, 2024"
}
]
}
}
}