Add CI/CD workflow and remove acknowledgment page link
Implemented a CI/CD workflow using Forgejo and Docker to automate site builds and deployments. Removed the "thanks" page and its corresponding link in the footer for content streamlining.
This commit is contained in:
parent
7a7cccd893
commit
f5220aa6d3
3 changed files with 46 additions and 14 deletions
|
@ -1,5 +1,4 @@
|
|||
<footer class="footer">
|
||||
<a class="footer_item" href="/thanks">ack.</a>
|
||||
<a class="footer_item" href="javascript::void(0)">resume</a>
|
||||
<a class="footer_item" href="/feed.xml">rss</a>
|
||||
<span class="footer_item">© {{ site.time | date: "%Y" }}</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue