Fixes #4
This commit is contained in:
parent
60fbd583ce
commit
9710192b70
1 changed files with 1 additions and 1 deletions
2
bb.sh
2
bb.sh
|
@ -557,7 +557,7 @@ rebuild_all_entries() {
|
|||
awk '/<!-- text begin -->/, /<!-- text end -->/{if (!/<!-- text begin -->/ && !/<!-- text end -->/) print}' "$i" >> "$contentfile"
|
||||
|
||||
# Original post timestamp
|
||||
timestamp="$(date -r $i)"
|
||||
timestamp="$(date -R -r $i)"
|
||||
|
||||
create_html_page "$contentfile" "$i.rebuilt" no "$title" "$timestamp"
|
||||
# keep the original timestamp!
|
||||
|
|
Loading…
Reference in a new issue