Skip to content

Commit 94a333a

Browse files
committed
adding blurb
1 parent 4eff582 commit 94a333a

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

_includes/setup-preview.html

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,15 @@
77

88
{{ page.content | markdownify }}
99

10-
{% assign setup_post = site.posts.first %}
11-
<h4> Want to see my gear? </h4>
10+
<h4>
11+
<strong>
12+
Want to see my gear?
13+
</strong>
14+
</h4>
1215

1316
<section class="text-justify">
14-
{{ post.content | strip_html | markdownify | truncatewords: site.post-preview-words }}
17+
<!-- {{ post.content | strip_html | markdownify | truncatewords: site.post-preview-words }} -->
18+
I have a lot of gear, tools, gadgets, etc... Click below to take a look at how I work and what I use!
1519
</section>
1620
<h4><a href="{{site.baseurl}}/setup/">View My Setup</a></h4>
1721
</div>

0 commit comments

Comments
 (0)