File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ <h1 class="post-title">
17
17
{%- if page.profile.image %}
18
18
{%- assign profile_image_path = page.profile.image | prepend: 'assets/img/' -%}
19
19
20
- {% if page.profile.image_cicular %}
20
+ {% if page.profile.image_circular %}
21
21
{%- assign profile_image_class = "img-fluid z-depth-1 rounded-circle" -%}
22
22
{% else %}
23
23
{%- assign profile_image_class = "img-fluid z-depth-1 rounded" -%}
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ subtitle: <a href='#'>Affiliations</a>. Address. Contacts. Moto. Etc.
7
7
profile :
8
8
align : right
9
9
image : prof_pic.jpg
10
- image_cicular : false # crops the image to make it circular
10
+ image_circular : false # crops the image to make it circular
11
11
address : >
12
12
<p>555 your office number</p>
13
13
<p>123 your address street</p>
You can’t perform that action at this time.
0 commit comments