1 parent 06e840d commit 95b9182Copy full SHA for 95b9182
2 files changed
content.json
@@ -2,7 +2,7 @@
2
"site": {
3
"name": "Aditya Putatunda",
4
"footer": "Aditya Putatunda · PhD, Physics",
5
- "lastUpdated": "03-05-2026"
+ "lastUpdated": "26-05-2026"
6
},
7
"profiles": [
8
{
index.html
@@ -289,7 +289,7 @@
289
return `<span class="tag ${cls}">${label}</span>`;
290
}
291
292
-fetch('content.json').then(r => r.json()).then(render)
+fetch('content.json?v=' + Date.now()).then(r => r.json()).then(render)
293
.catch(e => console.error('Failed to load content.json:', e));
294
295
function render(D) {
0 commit comments