diff --git a/_layouts/about.html b/_layouts/about.html
index b23496d..048cdb6 100644
--- a/_layouts/about.html
+++ b/_layouts/about.html
@@ -16,9 +16,16 @@ layout: default
{%- if page.profile.image %}
{%- assign profile_image_path = page.profile.image | prepend: 'assets/img/' -%}
+
+ {% if page.profile.image_cicular %}
+ {%- assign profile_image_class = "img-fluid z-dept-1 rounded-circle" -%}
+ {% else %}
+ {%- assign profile_image_class = "img-fluid z-dept-1 rounded" -%}
+ {% endif %}
+
{% include figure.html
path=profile_image_path
- class="img-fluid z-dept-1 rounded"
+ class=profile_image_class
alt=page.profile.image -%}
{% endif -%}
{%- if page.profile.address %}
diff --git a/_pages/about.md b/_pages/about.md
index f4226ee..7fdb4d9 100644
--- a/_pages/about.md
+++ b/_pages/about.md
@@ -7,6 +7,7 @@ subtitle:
Affiliations. Address. Contacts. Moto. Etc.
profile:
align: right
image: prof_pic.jpg
+ image_cicular: false # crops the image to make it circular
address: >
555 your office number
123 your address street