Skip to content

Commit

Permalink
Merge pull request #17 from Sutrannu/2024-11-17
Browse files Browse the repository at this point in the history
New race
  • Loading branch information
Sutrannu authored Nov 16, 2024
2 parents f2a48c3 + 080721b commit ba13cbd
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions content/race/2024-11-17.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: Sunday Race 2024-11-17
draft: false
layout: race
tags:
- race
params:
car_image: 2024-11-17-car.png
callout: Sunday, Nov 17th!
car_by: WScottis1
tune_by: RoutingWonk
car: 2010 Mosler MT900S
share_code: ...
---

{{< race >}}
4 changes: 2 additions & 2 deletions layouts/shortcodes/pages-with-tag.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<ul>
{{ range where .Site.Pages "Params.tags" "intersect" (slice (.Get 0)) }}
{{ range (where .Site.Pages "Params.tags" "intersect" (slice (.Get 0))).Reverse }}
<div class="bg-white mb3 pa4 gray overflow-hidden">
<a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a>
</div>
{{ end }}
</ul>
</ul>
Binary file added static/images/2024-11-17-car.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ba13cbd

Please sign in to comment.