You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
622 B
Handlebars
16 lines
622 B
Handlebars
<div class="sidebar">
|
|
<section class="avatar">
|
|
<img src="{{ blog.theme_config.avatar_url }}" />
|
|
</section>
|
|
<section class="introduction with-divider with-divider-right with-divider-center-mobile">
|
|
{{ blog.description }}
|
|
</section>
|
|
<section class="links with-divider with-divider-right with-divider-center-mobile">
|
|
<ul>
|
|
{{ #each blog.theme_config.nav_links }}
|
|
<li><a {{ #if this.target }}target="{{ this.target }}"{{ /if }} href="{{ this.url }}">{{ this.name }}</a></li>
|
|
{{ /each }}
|
|
</ul>
|
|
</section>
|
|
{{> copyright.hbs }}
|
|
</div> |