Skip to content

Commit

Permalink
updated home again
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymeh13 committed Aug 1, 2024
1 parent 12e6281 commit 530f0ed
Showing 1 changed file with 5 additions and 26 deletions.
31 changes: 5 additions & 26 deletions _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,32 +9,11 @@ <h1 class="page-heading">{{ page.title }}</h1>

{{ content }}

{%- if site.posts.size > 0 -%}
<h1 class="post-list-heading">Jayme Hoffman</h1>
<p><a class="intro-link-all" href="https://jaymehoffman.com/about/">About me →</a></p>
<p><a class="intro-link-all" href="https://warpcast.com/jayme">Farcaster →</a></p>
<p><a class="intro-link-all" href="https://paragraph.xyz/@jayme/">Newsletter →</a></p>
{{ page.list_title | default: "Blog" }}
<ul class="post-list">
{%- for post in site.posts limit:3 -%}
<li>
<h3>
<a class="post-link" href="{{ post.url | relative_url }}">
{{ post.title | escape }}
</a>
</h3>
{%- assign date_format = site.minima.date_format | default: "%b %-d, %Y" -%}
<span class="post-meta">{{ post.date | date: date_format }}</span>

{%- if site.show_excerpts -%}
{{ post.excerpt }}
{%- endif -%}
</li>
{%- endfor -%}
<li><a class="post-link-all" href="/posts">See All Posts →</a></li>
</ul>
{%- endif -%}

<h1 class="post-list-heading">Jayme Hoffman</h1>
<p><a class="intro-link-all" href="https://jaymehoffman.com/about/">About me →</a></p>
<p><a class="intro-link-all" href="https://warpcast.com/jayme">Farcaster →</a></p>
<p><a class="intro-link-all" href="https://paragraph.xyz/@jayme/">Newsletter →</a></p>

<div class="tweets">
<h1 class="post-list-heading">X</h1>
<a class="twitter-timeline" href="https://twitter.com/jaymehoffman" data-chrome="nofooter noheader"></a>
Expand Down

0 comments on commit 530f0ed

Please sign in to comment.