devroom.io/themes/cocoa-eh/layouts/partials/recommendations.html

12 lines
381 B
HTML
Raw Normal View History

2017-11-15 14:13:10 +00:00
{{ if .Site.Params.book_recommendations }}
<div class="book-recommendations">
<p>
2017-11-22 22:12:27 +00:00
Want to keep reading and learn more? I've got you
<br/>
covered with a hand picked selection of awesome books.
2017-11-15 14:13:10 +00:00
</p>
<p>
2017-11-22 22:12:27 +00:00
<a href="/recommendations">See Ariejan's book recommendations »</a>
2017-11-15 14:13:10 +00:00
</p>
</div>
{{ end }}