diff options
| author | William Hergès <william@herges.fr> | 2025-10-27 13:32:39 +0100 |
|---|---|---|
| committer | William Hergès <william@herges.fr> | 2025-10-27 13:32:39 +0100 |
| commit | f1e008670cd865520eb5f21fe6e7b56f02076a23 (patch) | |
| tree | 33f099bced477c3e84fa60b20136354535d0c18c /backend/templates/log.html | |
| parent | 7bd309f3ca44930c5207b94acc2d425b24d4b369 (diff) | |
feat(config): supports multiple sections
Diffstat (limited to 'backend/templates/log.html')
| -rw-r--r-- | backend/templates/log.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/templates/log.html b/backend/templates/log.html index 75e0a42..a384459 100644 --- a/backend/templates/log.html +++ b/backend/templates/log.html @@ -1,6 +1,6 @@ {{define "body"}} <article id="content"> - <h1>{{ .LogTitle }}</h1> + <h1>{{ .DataTitle }}</h1> <p>{{ .Description }}</p> <figure> <img src="{{ static .Img.Src }}" alt="{{ .Img.Alt }}" class="large" /> |
