-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.njk
29 lines (22 loc) · 819 Bytes
/
index.njk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
title: Brad Harris
thumbnailImage: "/images/mckay-brad.jpg"
thumbnailImageAlt: "Picture of Mckay and Brad. Mckay has really awesome glasses on."
twitterCard: "summary_large_image"
---
<h1>🤝 welcome traveler</h1>
<div id="home-content" class="h-card">
<a href="/" class="u-url"><img src="/images/mckay-brad.jpg" class="glow u-photo" alt="{{thumbnailImageAlt}}"/></a>
<section class="p-note">
<p>My name is <span class="p-name">Brad Harris</span>.</p>
<p>Read more <a href="/about">about me</a>, or check out some of <a href="/posts">my ramblings</a>.
</section>
</div>
<div>
<hr />
<div class="latest-posts">
<h2>📃 Latest Posts</h2>
<a href="/posts/" class="view-more">view more</a>
</div>
{{ comp.postlist({ posts: search.pages("post new", "date=desc") }) | safe }}
</div>