add download header to resume page template

This commit is contained in:
2026-02-03 12:01:03 -07:00
parent 2354cd8405
commit 0c3c2756d8
+6
View File
@@ -58,6 +58,12 @@
</style> </style>
</head> </head>
<div id="download-bar"
style="position: sticky; top: 0; background: #f5f5f5; padding: 10px; text_align: center; border-bottom: 1px solid #ddd; z-index: 100;">
Download:
<a href="/resume/resume.pdf">Resume (PDF)</a>
</div>
<body> <body>
{{ content }} {{ content }}
</body> </body>