add download header to resume page template
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user