13245058fa
The blog needed a visual identity and a path back to the source: hero photo of the Axer on the home page, village photo and repo link on the about page, and a git-clone nav link. Privacy pass before the repo goes public: move the two cab photos with an identifiable face and the seller ad screenshot out of the repo (kept in BUS-photos-privees locally), update INDEX.md and CLAUDE.md accordingly.
14 lines
504 B
HTML
14 lines
504 B
HTML
{{ define "main" }}
|
|
<p class="intro">{{ site.Params.description }}</p>
|
|
<img class="hero" src="{{ "images/2026-07/2026-07-09-exterieur-face-avant-laterale.jpg" | relURL }}" alt="L'Irisbus Axer, futur atelier mobile">
|
|
<h2><span class="prompt">$</span> ls -lt posts/</h2>
|
|
<ul class="post-list">
|
|
{{ range where site.RegularPages "Section" "posts" }}
|
|
<li>
|
|
<span class="date">{{ .Date.Format "2006-01-02" }}</span>
|
|
<a href="{{ .RelPermalink }}">{{ .Title }}</a>
|
|
</li>
|
|
{{ end }}
|
|
</ul>
|
|
{{ end }}
|