mirror of
https://github.com/peter-tanner/code.git
synced 2024-11-30 10:50:16 +08:00
9 lines
438 B
HTML
9 lines
438 B
HTML
<div class="site-header">
|
|
<div class="wrapper">
|
|
<a class="site-title" rel="author" href="{{ "/" | relative_url }}">{{ site.title | escape }}<b class="command_prompt"></b><b class="blinking_cursor">_</b></a>
|
|
<span class="social_links">
|
|
{% for link in site.dash.social_links %}<a class="color-{{ link.color }}-hover" href="{{ link.url }}"><i class="fab fa-{{ link.icon }}"></i></a>{% endfor %}
|
|
</span>
|
|
</div>
|
|
</div>
|