We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58831e7 commit 51df0b5Copy full SHA for 51df0b5
_layouts/about.html
@@ -18,9 +18,9 @@ <h1 class="post-title">
18
{%- assign profile_image_path = page.profile.image | prepend: 'assets/img/' -%}
19
20
{% if page.profile.image_cicular %}
21
- {%- assign profile_image_class = "img-fluid z-dept-1 rounded-circle" -%}
+ {%- assign profile_image_class = "img-fluid z-depth-1 rounded-circle" -%}
22
{% else %}
23
- {%- assign profile_image_class = "img-fluid z-dept-1 rounded" -%}
+ {%- assign profile_image_class = "img-fluid z-depth-1 rounded" -%}
24
{% endif %}
25
26
{% include figure.html
0 commit comments