diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2020-03-25 05:12:40 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2020-03-25 05:12:40 +0100 |
| commit | ed161e7fb20a697ecba070ef7db4c231d700f245 (patch) | |
| tree | 5a415f8e758c6b7001ade8003ca2aa26b476b58c /templates/partials | |
| parent | fb94d7aef76a5996892ef82938524cb0c2e0d285 (diff) | |
| download | mitjafelicijan.com-ed161e7fb20a697ecba070ef7db4c231d700f245.tar.gz | |
Move to my own static generator
Diffstat (limited to 'templates/partials')
| -rw-r--r-- | templates/partials/navigation.twig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/partials/navigation.twig b/templates/partials/navigation.twig new file mode 100644 index 0000000..cff6152 --- /dev/null +++ b/templates/partials/navigation.twig | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | <nav> | ||
| 2 | <a href="/">Mitja Felicijan</a> | ||
| 3 | <a href="/curriculum-vitae.html">CV</a> | ||
| 4 | <a href="https://twitter.com/mitjafelicijan" target="_blank" rel="noopener nofollow">Twitter</a> | ||
| 5 | <a href="https://github.com/mitjafelicijan" target="_blank" rel="noopener nofollow">Github</a> | ||
| 6 | </nav> | ||
