saimn / sigal

yet another simple static gallery generator
http://sigal.saimon.org/
MIT License
893 stars 170 forks source link

Added support for display_timestamp setting #524

Closed KaibutsuX closed 2 months ago

KaibutsuX commented 2 months ago

Shows the generation timestamp in the resulting galleries and albums

This is helpful for automated/cron updates to see when the last run was

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 90.62%. Comparing base (eb86dec) to head (86633f0). Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #524 +/- ## ======================================= Coverage 90.61% 90.62% ======================================= Files 24 24 Lines 2025 2026 +1 ======================================= + Hits 1835 1836 +1 Misses 190 190 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

saimn commented 2 months ago

Thanks!