Skip to content

Commit 95b9182

Browse files
Aditya PutatundaAditya Putatunda
authored andcommitted
lastUpdate
1 parent 06e840d commit 95b9182

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

content.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"site": {
33
"name": "Aditya Putatunda",
44
"footer": "Aditya Putatunda · PhD, Physics",
5-
"lastUpdated": "03-05-2026"
5+
"lastUpdated": "26-05-2026"
66
},
77
"profiles": [
88
{

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@
289289
return `<span class="tag ${cls}">${label}</span>`;
290290
}
291291

292-
fetch('content.json').then(r => r.json()).then(render)
292+
fetch('content.json?v=' + Date.now()).then(r => r.json()).then(render)
293293
.catch(e => console.error('Failed to load content.json:', e));
294294

295295
function render(D) {

0 commit comments

Comments
 (0)