New Theme
This commit is contained in:
30
_includes/bars/side.html
Normal file
30
_includes/bars/side.html
Normal file
@@ -0,0 +1,30 @@
|
||||
{% if page.show_profile %}
|
||||
<div class="card bg-light">
|
||||
<div class="card-body text-center">
|
||||
{{site.author.name}}
|
||||
{% include components/profile-avatar.html %}
|
||||
{% include components/profile-body.html %}
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
{% if page.show_tags %}
|
||||
{% include components/all-tags.html %}
|
||||
{% endif %}
|
||||
|
||||
{% if page.show_skills %}
|
||||
{% include components/all-skills.html %}
|
||||
{% endif %}
|
||||
|
||||
{% if page.path contains '_projects' %}
|
||||
{% include components/project-meta.html %}
|
||||
{% endif %}
|
||||
|
||||
{% if page.path contains 'courses' %}
|
||||
{% include components/project-meta.html %}
|
||||
{% endif %}
|
||||
|
||||
{% if page.path contains '_posts' %}
|
||||
{% include components/post-meta.html %}
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user