Fix typos in _layouts/about.html (#739)
This commit is contained in:
parent
4a53a32b2a
commit
a27cf93331
@ -18,9 +18,9 @@ layout: default
|
||||
{%- 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" -%}
|
||||
{%- assign profile_image_class = "img-fluid z-depth-1 rounded-circle" -%}
|
||||
{% else %}
|
||||
{%- assign profile_image_class = "img-fluid z-dept-1 rounded" -%}
|
||||
{%- assign profile_image_class = "img-fluid z-depth-1 rounded" -%}
|
||||
{% endif %}
|
||||
|
||||
{% include figure.html
|
||||
|
Loading…
Reference in New Issue
Block a user