diff --git a/README.md b/README.md index 81b0feb..aa7b5e8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Bar Pivoine -A moody, editorial cocktail recipe site. 426 recipes from the open cocktail dataset, served with AI-generated photography, client-side search, and a dark amber aesthetic. +A moody, editorial cocktail recipe site. 425 recipes from the open cocktail dataset, served with AI-generated photography, client-side search, and a dark amber aesthetic. Live at **[bar.pivoine.art](https://bar.pivoine.art)** @@ -40,7 +40,7 @@ bar/ │ ├── recipes/ │ │ ├── _index.md # Archive front matter │ │ └── {slug}/ -│ │ ├── index.md # Cocktail page (426 bundles) +│ │ ├── index.md # Cocktail page (425 bundles) │ │ └── cocktail.webp # AI-generated image (optional) │ ├── layouts/ diff --git a/layouts/index.html b/layouts/index.html index 02ef608..e50d380 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,5 +1,5 @@ {{ define "main" }} - {{- $pages := .Site.RegularPages -}} + {{- $pages := where .Site.RegularPages "Section" "recipes" -}} {{- $featured := first 8 (shuffle $pages) -}} {{- $hero := index (shuffle $pages) 0 -}} {{- $cats := .Site.Taxonomies.categories.ByCount -}} diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 9fd8492..a5ee0a3 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -10,7 +10,7 @@ Bar Pivoine
- {{- $count := len .Site.RegularPages -}} + {{- $count := len (where .Site.RegularPages "Section" "recipes") -}}

A field guide to the good pour. {{ $count }} cocktail recipes, low light, honest measures, no garnish left behind.

Recipes from the open cocktail dataset · imagery via FLUX.2 pro