Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions data/themes.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
"description": "Clean single-column layout. ATS-compliant, zero JavaScript, A4 print-ready. System fonts only.",
"author": "Praveen Kumar Purushothaman"
},
{
"id": "cosmic",
"name": "Cosmic",
"description": "Two-column layout, Immersive starry backdrop, Glowing elements, Monospace typography.",
"author": "Riya Halbhavi"
},
{
"id": "cyber",
"name": "Cyber",
Expand All @@ -24,12 +30,6 @@
"description": "Two-column layout, Black, grey, and white color scheme, Minimalist and clean.",
"author": "Riya Halbhavi"
},
{
"id": "cosmic",
"name": "Cosmic",
"description": "Two-column layout, Immersive starry backdrop, Glowing elements, Monospace typography.",
"author": "Riya Halbhavi"
},
{
"id": "resume-opus-5",
"name": "Opus 5",
Expand Down
2 changes: 1 addition & 1 deletion tools/advanced-robots-txt-generator.html
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ <h2>Configure Directives</h2>
.map(
(sm, i) => `
<div class="sitemap-row">
<input type="text" value="${sm}" placeholder="https://example.com/sitemap.xml" oninput="updateSitemap(${i}, this.value)">
<input type="text" value="${esc(sm)}" placeholder="https://example.com/sitemap.xml" oninput="updateSitemap(${i}, this.value)">
<button class="icon-btn" onclick="removeSitemap(${i})">✕</button>
</div>
`
Expand Down
Loading