Allow hiding newsletter section from footer (#48)
* Allow hiding newsletter section from footer * Update README.md
This commit is contained in:
parent
74bf5e9941
commit
7da028e643
3 changed files with 20 additions and 1 deletions
|
@ -24,6 +24,7 @@
|
|||
{{ end }}
|
||||
</ul>
|
||||
</div>
|
||||
{{ if .Site.Params.newsletter.enable }}
|
||||
<div class="col-md-4 col-sm-12">
|
||||
<!-- <h5>Newsletter</h5> -->
|
||||
<p>Stay up to date with email notification</p>
|
||||
|
@ -43,6 +44,7 @@
|
|||
<button type="submit" class="btn btn-info">Submit</button>
|
||||
</form>
|
||||
</div>
|
||||
{{ end }}
|
||||
</div>
|
||||
</div>
|
||||
<hr />
|
||||
|
@ -50,7 +52,7 @@
|
|||
<div class="row text-left">
|
||||
<div class="col-md-4">
|
||||
<a id="theme" href="https://github.com/hossainemruz/toha" target="#">
|
||||
<img src="/assets/images/logo-inverted.png">
|
||||
<img src="/assets/images/inverted-logo.png">
|
||||
Toha
|
||||
</a>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue