diff --git a/_layouts/about.liquid b/_layouts/about.liquid index 67e0442..a529c4d 100644 --- a/_layouts/about.liquid +++ b/_layouts/about.liquid @@ -49,12 +49,12 @@ layout: default {% endif %} - {% if site.latest_posts.enabled %} -

- latest posts -

- {% include latest_posts.liquid %} - {% endif %} + + + + + {% if page.selected_papers %} diff --git a/_pages/about.md b/_pages/about.md index 13d9687..4a1e43e 100644 --- a/_pages/about.md +++ b/_pages/about.md @@ -2,24 +2,25 @@ layout: about title: about permalink: / -subtitle: Affiliations. Address. Contacts. Motto. Etc. +#subtitle: Affiliations. Address. Contacts. Motto. Etc. --> profile: align: right - image: prof_pic.jpg + image: miki_lustig.jpg image_circular: false # crops the image to make it circular more_info: >

555 your office number

123 your address street

Your City, State 12345

-news: true # includes a list of news items -selected_papers: true # includes a list of papers marked as "selected={true}" -social: true # includes social icons at the bottom of the page +news: false # includes a list of news items +selected_papers: false # includes a list of papers marked as "selected={true}" +social: false # includes social icons at the bottom of the page --- -Write your biography here. Tell the world about yourself. Link to your favorite [subreddit](http://reddit.com). You can put a picture in, too. The code is already in, just name your picture `prof_pic.jpg` and put it in the `img/` folder. + +test diff --git a/_pages/about_einstein.md b/_pages/about_einstein.md index 7914a2f..4c22832 100644 --- a/_pages/about_einstein.md +++ b/_pages/about_einstein.md @@ -1,5 +1,6 @@ -Write your biography here. Tell the world about yourself. Link to your favorite [subreddit](http://reddit.com). You can put a picture in, too. The code is already in, just name your picture `prof_pic.jpg` and put it in the `img/` folder. + +test23 diff --git a/assets/img/miki_lustig.jpg b/assets/img/miki_lustig.jpg new file mode 100644 index 0000000..2a78a97 Binary files /dev/null and b/assets/img/miki_lustig.jpg differ