File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1+ # main text of home
12name : John Doe
23bio : ' A Man who travels the world eating noodles'
34
4- # main text of home
5+ # if it's an external image, update below for true
6+ external-image : true
57picture : ' assets/images/profile.jpg'
68
79url : http://sergiokopplin.github.io/indigo
Original file line number Diff line number Diff line change 77{% if showHeader == true %}
88 < header class ="header-home {% if site.animation %}animated{% endif %} ">
99 < a class ="link " href ="{{ site.url }}/about ">
10- < img class ="selfie " alt ="{{ site.name }} " src ="{{ site.url }}/{{ site.picture }} " />
10+ < img class ="selfie " alt ="{{ site.name }} " src ="{% if site.external-image == true %}{{ site.picture }}{% else %}{{ site. url }}/{{ site.picture }}{% endif % } " />
1111 </ a >
1212
1313 < h1 class ="title "> {{ site.name }}</ h1 >
You can’t perform that action at this time.
0 commit comments