Skip to content

Commit cc12f02

Browse files
authored
remove subscribe section in post page
1 parent 0a54ed1 commit cc12f02

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

themes/hugo-coder/layouts/dev/single.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ <h1 class="title">{{ .Title }}</h1>
113113
<footer>
114114
{{ partial "posts/related.html" . }}
115115
{{ partial "posts/share.html" . }}
116-
{{ partial "posts/subscribe.html" . }}
117116
{{ partial "posts/series.html" . }}
118117
{{ partial "posts/disqus.html" . }}
119118
{{ partial "posts/commento.html" . }}

themes/hugo-coder/layouts/money/single.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ <h1 class="title">{{ .Title }}</h1>
9393
<footer>
9494
{{ partial "posts/related.html" . }}
9595
{{ partial "posts/share.html" . }}
96-
{{ partial "posts/subscribe.html" . }}
9796
{{ partial "posts/series.html" . }}
9897
{{ partial "posts/disqus.html" . }}
9998
{{ partial "posts/commento.html" . }}

themes/hugo-coder/layouts/self/single.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ <h1 class="title">{{ .Title }}</h1>
113113
<footer>
114114
{{ partial "posts/related.html" . }}
115115
{{ partial "posts/share.html" . }}
116-
{{ partial "posts/subscribe.html" . }}
117116
{{ partial "posts/series.html" . }}
118117
{{ partial "posts/disqus.html" . }}
119118
{{ partial "posts/commento.html" . }}

0 commit comments

Comments
 (0)