diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/base.html | 2 | ||||
| -rw-r--r-- | templates/vault.md | 20 |
2 files changed, 21 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html index da4aeb3..97dbe00 100644 --- a/templates/base.html +++ b/templates/base.html | |||
| @@ -162,7 +162,7 @@ | |||
| 162 | <header> | 162 | <header> |
| 163 | <nav class="main" itemscope itemtype="http://schema.org/SiteNavigationElement" role="toolbar"> | 163 | <nav class="main" itemscope itemtype="http://schema.org/SiteNavigationElement" role="toolbar"> |
| 164 | <a href="/">Home</a> | 164 | <a href="/">Home</a> |
| 165 | <a href="https://files.mitjafelicijan.com/" target="_blank">Files</a> | 165 | <a href="/vault.html">Vault</a> |
| 166 | <a href="/mitjafelicijan.pgp.pub.txt" target="_blank">PGP</a> | 166 | <a href="/mitjafelicijan.pgp.pub.txt" target="_blank">PGP</a> |
| 167 | <a href="/curriculum-vitae.html">CV</a> | 167 | <a href="/curriculum-vitae.html">CV</a> |
| 168 | <a href="/index.xml" target="_blank">RSS</a> | 168 | <a href="/index.xml" target="_blank">RSS</a> |
diff --git a/templates/vault.md b/templates/vault.md new file mode 100644 index 0000000..6bccfea --- /dev/null +++ b/templates/vault.md | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | --- | ||
| 2 | title: Personal vault | ||
| 3 | date: 2022-08-27T12:00:00+02:00 | ||
| 4 | url: vault.html | ||
| 5 | type: page | ||
| 6 | draft: false | ||
| 7 | --- | ||
| 8 | |||
| 9 | ## Hi traveler! | ||
| 10 | |||
| 11 | This is a repository of interesting things I have gathered over time and it also | ||
| 12 | stores binaries etc of my personal projects. | ||
| 13 | |||
| 14 | Be kind, this server is bandwidth limited. | ||
| 15 | |||
| 16 | *Good luck!* | ||
| 17 | |||
| 18 | --- | ||
| 19 | |||
| 20 | {CONTENT} | ||
