Skip to content

Commit ca88366

Browse files
authored
fixe typos (alshedivat#823)
1 parent c142853 commit ca88366

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_layouts/about.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ <h1 class="post-title">
1717
{%- if page.profile.image %}
1818
{%- assign profile_image_path = page.profile.image | prepend: 'assets/img/' -%}
1919

20-
{% if page.profile.image_cicular %}
20+
{% if page.profile.image_circular %}
2121
{%- assign profile_image_class = "img-fluid z-depth-1 rounded-circle" -%}
2222
{% else %}
2323
{%- assign profile_image_class = "img-fluid z-depth-1 rounded" -%}

_pages/about.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ subtitle: <a href='#'>Affiliations</a>. Address. Contacts. Moto. Etc.
77
profile:
88
align: right
99
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
1111
address: >
1212
<p>555 your office number</p>
1313
<p>123 your address street</p>

0 commit comments

Comments
 (0)