changes on single.html

This commit is contained in:
Emiliano Tortorella 2019-03-24 23:07:45 -05:00
parent d8a34030a6
commit 1b9660db24

View File

@ -39,8 +39,19 @@
<main class="{{ .Site.Params.post_main_class | default "nested-copy-line-height lh-copy f4 nested-links nested-img mid-gray pr4-l w-two-thirds-l" }}">
{{- .Content -}}
<div class="pv3 bb bt b--black-10 tc">
{{ partial "social-follow.html" . }}
<br>
{{ partial "link-post.html" . }}
</div>
<div class="bb b--black-10">
{{- partial "tags.html" . -}}
<div class="mt6">
</div>
<div class="pt3">
<p class="f4 b helvetica tracked" style="font-family: 'Krub', sans-serif;"> COMENTARIOS:</p>
{{ template "_internal/disqus.html" . }}
</div>
</main>