fix asset generate; change links
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user