diff options
| author | Jack Jamison <jackqjamison@gmail.com> | 2025-12-26 11:42:37 -0500 |
|---|---|---|
| committer | Jack Jamison <jackqjamison@gmail.com> | 2025-12-26 11:42:37 -0500 |
| commit | be3a5f44a4eba7ca68839e1456553d5cc7399395 (patch) | |
| tree | f81565642797ade0a50f0176eff8fb7fc1d57132 /zola-static/templates/project-list.html | |
| parent | 2bd6bf30e85166bbd75379ba3e9213cffe28a08f (diff) | |
page directories
Diffstat (limited to 'zola-static/templates/project-list.html')
| -rw-r--r-- | zola-static/templates/project-list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zola-static/templates/project-list.html b/zola-static/templates/project-list.html index 50a9677..c361e52 100644 --- a/zola-static/templates/project-list.html +++ b/zola-static/templates/project-list.html @@ -9,7 +9,7 @@ You need to use the paginator object --> {% for page in section.pages %} <div class="index-section project-section"> - <a href="{{ page.permalink | safe }}"><h2>{{ page.title }}</h2><img src="/images/projects/{{ page.extra.cover }}" alt="{{ page.title }}"></a> + <a href="{{ page.permalink | safe }}"><h2>{{ page.title }}</h2><img src="{{ page.path ~ 'cover.png' }}" alt="{{ page.title }}"></a> </div> {% endfor %} {% endblock content %} |
