Don't show blog thing on project blogs
This commit is contained in:
parent
04db4ad709
commit
9ecb65985e
|
@ -39,13 +39,15 @@
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
<!-- Main post -->
|
<!-- Main post -->
|
||||||
<div>
|
<div class="{{ if .IsProjectPage }}mb3{{ end }}">
|
||||||
<div class="post-content overflow-x-auto">
|
<div class="post-content overflow-x-auto">
|
||||||
{{ .MainPost.Content }}
|
{{ .MainPost.Content }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{{ if not .IsProjectPage }}
|
||||||
{{ template "newsletter_signup.html" . }}
|
{{ template "newsletter_signup.html" . }}
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
<div class="optionbar"></div>
|
<div class="optionbar"></div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue