Skip to content

Commit

Permalink
Add profile picture
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoWinterhalter committed Oct 17, 2024
1 parent f3f6f07 commit 112c07d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pandoc/template.html4
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,15 @@ $endif$
$endif$
<!-- Favicon -->
<link rel="icon" href="img/favicon.svg">
$for(author)$
<h1>$author$</h2>
$endfor$
</head>
<body>
<header>
<img src="img/profile.png" alt="My picture">
</header>
<main>
$for(include-before)$
$include-before$
$endfor$
Expand Down Expand Up @@ -65,5 +72,6 @@ $body$
$for(include-after)$
$include-after$
$endfor$
</main>
</body>
</html>
1 change: 1 addition & 0 deletions src/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Template homepage
author: Templato
---

# Super basic info
Expand Down
Binary file added website/img/profile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 112c07d

Please sign in to comment.