Prototype links page
This commit is contained in:
parent
304e17ab66
commit
2061680593
7 changed files with 61 additions and 8 deletions
|
|
@ -1,22 +1,26 @@
|
|||
function get_data() {
|
||||
return {
|
||||
"pt": {
|
||||
"posts": [
|
||||
"posts": {
|
||||
"pt": [
|
||||
{
|
||||
"title": "Scripts em OCaml",
|
||||
"slug": "scripts-em-ocaml",
|
||||
"date": "23/03/2024"
|
||||
}
|
||||
]
|
||||
},
|
||||
"en": {
|
||||
"posts": [
|
||||
],
|
||||
"en": [
|
||||
{
|
||||
"title": "Meeting the BSD Family",
|
||||
"slug": "meeting-the-bsd-family",
|
||||
"date": "May 20, 2024"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"links": [
|
||||
{
|
||||
"title": "Capital Offense How to Handle Abbreviations in CamelCase - Approxion",
|
||||
"url": "https://www.approxion.com/capital-offenses-how-to-handle-abbreviations-in-camelcase/"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue