update navigation
This commit is contained in:
parent
e6fd41e978
commit
74134ec447
@ -1,6 +1,4 @@
|
||||
+++
|
||||
+++
|
||||
|
||||
- {{< github-icon >}} [Code](https://github.com/Mic92/)
|
||||
- {{< graduation-icon >}} [Publications](https://scholar.google.com/citations?user=mq2rVjkAAAAJ&hl=de)
|
||||
- {{< rss-icon >}} [Blog](https://blog.thalheim.io)
|
||||
{{< navigation >}}
|
||||
|
@ -1 +1 @@
|
||||
<i class="fab fa-github"></i>
|
||||
<i class="fab fa-github"> </i>
|
||||
|
20
layouts/shortcodes/navigation.html
Normal file
20
layouts/shortcodes/navigation.html
Normal file
@ -0,0 +1,20 @@
|
||||
<ol class="fa-ul">
|
||||
<li>
|
||||
<p>
|
||||
<i class="fab fa-github"></i>
|
||||
<a href="https://github.com/Mic92/">Code</a>
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>
|
||||
<i class="fas fa-graduation-cap"></i>
|
||||
<a href="https://scholar.google.com/citations?user=mq2rVjkAAAAJ">Publications</a>
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>
|
||||
<i class="fas fa-rss-square"></i>
|
||||
<a href="https://blog.thalheim.io">Blog</a>
|
||||
</p>
|
||||
</li>
|
||||
</ol>
|
Loading…
Reference in New Issue
Block a user