diff options
Diffstat (limited to 'themes/flamingo/layouts/partials/post-description.html')
-rw-r--r-- | themes/flamingo/layouts/partials/post-description.html | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/themes/flamingo/layouts/partials/post-description.html b/themes/flamingo/layouts/partials/post-description.html new file mode 100644 index 0000000..d542877 --- /dev/null +++ b/themes/flamingo/layouts/partials/post-description.html @@ -0,0 +1,29 @@ + +<div class="slim-description"> + <p> + A gathering of information about some things I do on my spare time. You + can find me on + <a + class="brand-icon" + target="_blank" + href="https://gitlab.com/gabrielgio" + > + <i class="fab fa-gitlab"></i> + </a>, + <a + class="brand-icon" + target="_blank" + href="https://twitter.com/giovaninigabs"> + <i class="fab fa-twitter"></i> + </a> + and + <a + class="brand-icon" + target="_blank" + href="https://www.linkedin.com/in/gabriel-giovanini/"> + <i class="fab fa-linkedin"></i> + </a> + . + </p> + +</div> |