fixe typos (#823)
This commit is contained in:
parent
c1428532e0
commit
ca883669a1
|
|
@ -17,7 +17,7 @@ layout: default
|
||||||
{%- if page.profile.image %}
|
{%- if page.profile.image %}
|
||||||
{%- assign profile_image_path = page.profile.image | prepend: 'assets/img/' -%}
|
{%- assign profile_image_path = page.profile.image | prepend: 'assets/img/' -%}
|
||||||
|
|
||||||
{% if page.profile.image_cicular %}
|
{% if page.profile.image_circular %}
|
||||||
{%- assign profile_image_class = "img-fluid z-depth-1 rounded-circle" -%}
|
{%- assign profile_image_class = "img-fluid z-depth-1 rounded-circle" -%}
|
||||||
{% else %}
|
{% else %}
|
||||||
{%- assign profile_image_class = "img-fluid z-depth-1 rounded" -%}
|
{%- assign profile_image_class = "img-fluid z-depth-1 rounded" -%}
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ subtitle: <a href='#'>Affiliations</a>. Address. Contacts. Moto. Etc.
|
||||||
profile:
|
profile:
|
||||||
align: right
|
align: right
|
||||||
image: prof_pic.jpg
|
image: prof_pic.jpg
|
||||||
image_cicular: false # crops the image to make it circular
|
image_circular: false # crops the image to make it circular
|
||||||
address: >
|
address: >
|
||||||
<p>555 your office number</p>
|
<p>555 your office number</p>
|
||||||
<p>123 your address street</p>
|
<p>123 your address street</p>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue