Skip to content

Commit

Permalink
remove social share from posts
Browse files Browse the repository at this point in the history
  • Loading branch information
rebeccabilbro committed Feb 19, 2021
1 parent c46526b commit cef70ef
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions themes/meghna-hugo/layouts/_default/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ <h1>{{ .Title }}</h1>
<div class="post-single-content">
{{ .Content }}
</div>
{{ if site.Params.post_share }}
{{ partial "post-share.html" . }}
{{ end }}
<!-- comments -->
<div class="mt-5">
{{ template "_internal/disqus.html" . }}
Expand Down

0 comments on commit cef70ef

Please sign in to comment.