Skip to content

Commit

Permalink
updated index
Browse files Browse the repository at this point in the history
  • Loading branch information
lemarc committed Jun 5, 2024
1 parent 0bcf3cc commit 6fabfcf
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions index.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: Camarilla Futures

<div class="container">
<div class="sidebar">
<h2>Zack's Trade Recaps</h2>
<h2>Trade Recaps</h2>
<ul>
{% assign trade_recaps = site.posts | where: "categories", "trade-recap" | sort: 'date' | reverse %}
{% for post in trade_recaps limit:5 %}
Expand All @@ -15,23 +15,20 @@ title: Camarilla Futures
{% endfor %}
</ul>
<a href="{{ '/trade-recaps' | relative_url }}" class="view-more-link">More Recaps</a>
<h2>Zack's Playbook</h2>
<h2>Playbook</h2>
<ul>
<a href="{{ '/playbook' | relative_url }}" class="view-more-link"> Trading Strategies Playbook</a>
</ul>

</div>

<div class="main-content">
<h2>Latest Post</h2>
<hr>
<h2>Latest Post</h2>
{% assign latest_post = site.posts | sort: 'date' | last %}
<h2>{{ latest_post.title }}</h2>
<p><i>{{ latest_post.date | date: "%B %d, %Y" }}</i>
<p><i>{{ latest_post.date | date: "%B %d, %Y" }}</i></p>
<p>{{ latest_post.content }}</p>
</div>
</div>


<script src="{{ '/assets/js/table.js' | relative_url }}"></script>

0 comments on commit 6fabfcf

Please sign in to comment.