mirror of
https://github.com/Pagwin-Fedora/website.git
synced 2025-07-18 16:05:41 +00:00
8 lines
484 B
HTML
8 lines
484 B
HTML
<div class="row li-author">
|
|
<div class="sixteen columns">
|
|
Written by <strong>{{ .Site.Params.author }}</strong>
|
|
<br>
|
|
<a class="connections" href="{{ .Site.BaseURL }}/index.xml"><img src="{{ .Site.BaseURL }}/img/rss-icon.jpg" alt="rss" width="24px" height="24px"></img></a>
|
|
<a class="connections" href="https://github.com/Pagwin-Fedora"><img src="{{ .Site.BaseURL }}/img/github-icon.jpg" alt="github" width="24px" height="24px"></img></a>
|
|
</div>
|
|
</div>
|