mirror of
https://github.com/theNewDynamic/gohugo-theme-ananke.git
synced 2025-06-08 09:12:47 +00:00
changes on single.html
This commit is contained in:
parent
d8a34030a6
commit
1b9660db24
@ -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" }}">
|
<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 -}}
|
{{- .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" . -}}
|
{{- 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" . }}
|
{{ template "_internal/disqus.html" . }}
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user