blogamore/layouts/partials/widget/aboutme.html

12 lines
221 B
HTML
Raw Normal View History

{{ with .avatar }}
<div class="py-1 text-center">
<img class="rounded-circle" src="{{ . }}" alt="Ansprechendes Bild"/>
</div>
{{ end }}
{{ with .description }}
<div class="py-1">
{{ . }}
</div>
{{ end }}