Skip to content

Commit 1fe3a13

Browse files
MaxDatenclaude
andcommitted
feat: add viewport meta tag for mobile responsiveness
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent c7a9b26 commit 1fe3a13

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/templates/template.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html lang="$if(lang)$$lang$$else$en$endif$">
33
<head>
44
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1" />
56
<meta name="color-scheme" content="light dark" />
67
<meta name="generator" content="pandoc" />
78
$for(author-meta)$

0 commit comments

Comments
 (0)