Skip to content

Commit c961986

Browse files
committed
Some reformating.
1 parent a148e5f commit c961986

4 files changed

Lines changed: 14 additions & 10 deletions

File tree

_layouts/cv.liquid

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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">

_layouts/page.liquid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

_pages/cv.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
layout: cv
33
permalink: /cv/
4-
title: cv
4+
title: CV
55
nav: true
66
nav_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
---

_pages/publications.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
---
22
layout: page
33
permalink: /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.
67
nav: true
78
nav_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

0 commit comments

Comments
 (0)