fix asset generate; change links
Build and Deploy Docker / build (push) Successful in 1m20s
Build and Deploy Docker / deploy (push) Successful in 45s

This commit is contained in:
2026-07-14 23:54:59 +02:00
parent 22866ed675
commit 0611fc06a9
4 changed files with 23 additions and 17 deletions
+3
View File
@@ -33,6 +33,7 @@
<a class="btn" href="mailto:{{ profile.email }}">Napisz do mnie</a>
<a class="btn" href="{{ profile.gitea }}" target="_blank" rel="noopener">Gitea</a>
<a class="btn" href="{{ profile.github }}" target="_blank" rel="noopener">GitHub</a>
<a class="btn" href="{{ profile.bitbucket }}" target="_blank" rel="noopener">BitBucket</a>
</div>
<div class="hero-meta">
<span><b>{{ profile.location }}</b> — lokalizacja</span>
@@ -171,7 +172,9 @@
<span>© {{ 'now'|date('Y') }} {{ profile.name }} — zbudowane w Symfony</span>
<div class="footer-links">
<a href="mailto:{{ profile.email }}">e-mail</a>
<a href="{{ profile.gitea }}" target="_blank" rel="noopener">Gitea</a>
<a href="{{ profile.github }}" target="_blank" rel="noopener">GitHub</a>
<a href="{{ profile.bitbucket }}" target="_blank" rel="noopener">BitBucket</a>
<a href="{{ profile.linkedin }}" target="_blank" rel="noopener">LinkedIn</a>
</div>
</div>