diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-10-29 16:49:30 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-10-29 16:49:30 +0100 |
| commit | 1533515967a28ddad8704dc38592b017229062b5 (patch) | |
| tree | 87044ccab04cacc78ebfa2ad0f566468a467c67a /templates | |
| parent | 97b4808d2866841a3ff93e9c5ed7c6b7c5f4006f (diff) | |
| download | mitjafelicijan.com-1533515967a28ddad8704dc38592b017229062b5.tar.gz | |
Added Code that links to Github in navigation
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/base.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html index 97dbe00..0eb0cad 100644 --- a/templates/base.html +++ b/templates/base.html | |||
| @@ -162,6 +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://github.com/mitjafelicijan" target="_blank">Code</a> | ||
| 165 | <a href="/vault.html">Vault</a> | 166 | <a href="/vault.html">Vault</a> |
| 166 | <a href="/mitjafelicijan.pgp.pub.txt" target="_blank">PGP</a> | 167 | <a href="/mitjafelicijan.pgp.pub.txt" target="_blank">PGP</a> |
| 167 | <a href="/curriculum-vitae.html">CV</a> | 168 | <a href="/curriculum-vitae.html">CV</a> |
