test auto-deploy (footer small change)

This commit is contained in:
Nasir Anthony Montalvo
2026-01-27 20:01:15 -06:00
parent f491e8f828
commit bf8d65c784
2 changed files with 8 additions and 1 deletions

7
.github/_config.yml vendored
View File

@@ -4,6 +4,13 @@
# https://github.com/CollectionBuilder/collectionbuilder-csv # https://github.com/CollectionBuilder/collectionbuilder-csv
########## ##########
### HOW TO DEPLOY THIS SITE
# git push gitea main
# ssh server
# sudo yunohost app shell my_webapp
# ./deploy.sh
########## ##########
# URL VARIABLES # URL VARIABLES
# #

View File

@@ -41,7 +41,7 @@
</div> </div>
<div class="col-md-12 text-center pt-3 pb-1"> <div class="col-md-12 text-center pt-3 pb-1">
<p class="text-white">Last updated {{ site.time | date: "%Y-%m-%d" }} | Built with <a href="/data/">CollectionBuilder</a></p> <p class="text-white">Last updated {{ site.time | date: "%Y-%m-%d" }} | Built with <a href="/data/">CollectionBuilder-CSV</a></p>
</div> </div>
</footer> </footer>