aboutsummaryrefslogtreecommitdiff
path: root/wwwroot/blog
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2021-10-23 01:44:37 +0200
committerToni Uhlig <matzeton@googlemail.com>2021-10-23 01:44:37 +0200
commitca7ca2218e07a24075cdc9d48e967cfdc2a3543b (patch)
tree69d0c5d6c0d064770a04b07faf005bc4fbbe7757 /wwwroot/blog
parent09f45879c2b2e63689265924cb700dee5f02f653 (diff)
Improved Blog/Markdown URI base path handling.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'wwwroot/blog')
-rw-r--r--wwwroot/blog/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/wwwroot/blog/index.html b/wwwroot/blog/index.html
index 554a952..9198152 100644
--- a/wwwroot/blog/index.html
+++ b/wwwroot/blog/index.html
@@ -8,7 +8,7 @@ Test RetFN.: <b>{{ test_return_true }}</b><br><br><br>
## for entry in blog_listing
<tr>
<td>{{ loop.index1 }}</td>
- <td>{{ entry.content_filename }}</td>
+ <td>{{ entry.filename }}</td>
<td>{{ entry.title }}</td>
<td>{{ entry.tags }}</td>
<td>{{ entry.author }}</td>