diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2024-03-08 14:53:01 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2024-03-08 14:53:01 +0100 |
| commit | f6a545b00a4046879b7cc25c06c37bb6b6880b43 (patch) | |
| tree | bc7da8066c080ff850d1e423c0e33bd5fb83e095 /templates/index.gmi | |
| parent | 2998247083406f914b3647cedd19abf5507bf2c6 (diff) | |
Use serde and time
Diffstat (limited to 'templates/index.gmi')
| -rw-r--r-- | templates/index.gmi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.gmi b/templates/index.gmi index 9df2f55..33832b1 100644 --- a/templates/index.gmi +++ b/templates/index.gmi @@ -1,3 +1,3 @@ # Gemlog Archive -{{= it.posts }} +{{= posts }} |