Add internship footer to posts (sorry)
This commit is contained in:
@@ -30,3 +30,13 @@
|
||||
{{ .Content }}
|
||||
</div>
|
||||
{{ end }}
|
||||
{{ define "after" }}
|
||||
<hr class="footer-divider">
|
||||
<footer class="container">
|
||||
Liked this article? I'm currently looking for Computer Science internships for the summer
|
||||
of 2021. Take a look at my <a href="/Resume-Danila-Fedorin.pdf">resume</a>,
|
||||
<a href="https://github.com/DanilaFe">GitHub profile</a>,
|
||||
and <a href="https://danilafe.com/tags/compilers/">compiler series</a>
|
||||
to learn more about me!
|
||||
</footer>
|
||||
{{ end }}
|
||||
|
||||
Reference in New Issue
Block a user