Skip to content

Commit 51df0b5

Browse files
alshedivatpecey
authored andcommitted
Fix typos in _layouts/about.html (alshedivat#739)
1 parent 58831e7 commit 51df0b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_layouts/about.html

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

2020
{% if page.profile.image_cicular %}
21-
{%- assign profile_image_class = "img-fluid z-dept-1 rounded-circle" -%}
21+
{%- assign profile_image_class = "img-fluid z-depth-1 rounded-circle" -%}
2222
{% else %}
23-
{%- assign profile_image_class = "img-fluid z-dept-1 rounded" -%}
23+
{%- assign profile_image_class = "img-fluid z-depth-1 rounded" -%}
2424
{% endif %}
2525

2626
{% include figure.html

0 commit comments

Comments
 (0)