mirror of
https://github.com/nikdoof/website-hugo.git
synced 2025-12-13 21:32:23 +00:00
Add date to the branch index
This commit is contained in:
@@ -40,7 +40,7 @@ for BRANCH in $(git for-each-ref --format='%(refname:short)' refs/heads); do
|
|||||||
rm -rf "${TEMP_FOLDER}"
|
rm -rf "${TEMP_FOLDER}"
|
||||||
done
|
done
|
||||||
|
|
||||||
echo "</ul>" >> "${INDEX_PAGE}"
|
echo -e "</ul>\n<p>Last Updated: $(date)</p>" >> "${INDEX_PAGE}"
|
||||||
|
|
||||||
# Reset the repo back to main
|
# Reset the repo back to main
|
||||||
git reset --hard > /dev/null
|
git reset --hard > /dev/null
|
||||||
Reference in New Issue
Block a user