File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ layout: default
44{% unless site .data .resume %}
55 <div class =" post" >
66 <header class =" post-header" >
7- <h1 class =" post-title" >
7+ <h1 class =" post-title text-center " >
88 {{ page .title }}
99 {% if page .cv_pdf %}
1010 <a
@@ -25,6 +25,7 @@ layout: default
2525 <p class =" post-description" >{{ page .description }}</p >
2626 {% endif %}
2727 </header >
28+ <hr class =" post-divider my-4" >
2829
2930 <article >
3031 <div class =" cv" >
@@ -55,7 +56,7 @@ layout: default
5556{% else %}
5657 <div class =" post" >
5758 <header class =" post-header" >
58- <h1 class =" post-title" >
59+ <h1 class =" post-title text-center " >
5960 {{ page .title }}
6061 {% if page .cv_pdf %}
6162 <a
@@ -76,6 +77,7 @@ layout: default
7677 <p class =" post-description" >{{ page .description }}</p >
7778 {% endif %}
7879 </header >
80+ <hr class =" post-divider my-4" >
7981
8082 <article >
8183 <div class =" cv" >
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ layout: default
1010
1111<div class =" post" >
1212 <header class =" post-header" >
13- <h1 class =" post-title" >{{ page .title }}</h1 >
13+ <h1 class =" post-title{% if page . title_class %} {{ page . title_class }}{% endif %} " >{{ page .title }}</h1 >
1414 <p class =" post-description" >{{ page .description }}</p >
1515 </header >
1616
Original file line number Diff line number Diff line change 11---
22layout : cv
33permalink : /cv/
4- title : cv
4+ title : CV
55nav : true
66nav_order : 1
7- description : This is a description of the page. You can modify it in '_pages/cv.md'. You can also change or remove the top pdf download button.
8- toc :
9- sidebar : left
7+ # description: This is a description of the page. You can modify it in '_pages/cv.md'. You can also change or remove the top pdf download button.
8+ # toc:
9+ # sidebar: left
1010---
Original file line number Diff line number Diff line change 11---
22layout : page
33permalink : /publications/
4- title : publications
5- description : publications by categories in reversed chronological order. generated by jekyll-scholar.
4+ title : Publications
5+ title_class : text-center
6+ # description: publications by categories in reversed chronological order. generated by jekyll-scholar.
67nav : true
78nav_order : 2
89---
910
1011<!-- _pages/publications.md -->
1112
13+ {%- comment -%}
1214<!-- Bibsearch Feature -->
13-
1415{% include bib_search.liquid %}
16+ {%- endcomment -%}
1517
1618<div class =" publications " >
1719
You can’t perform that action at this time.
0 commit comments