-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
theme: update v4.3.0-dev to fix People widget + convert content to YAML
- Loading branch information
Showing
6 changed files
with
79 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
+++ | ||
title = "Posts" | ||
--- | ||
title: Posts | ||
|
||
# View. | ||
# 1 = List | ||
# 2 = Compact | ||
# 3 = Card | ||
view = 2 | ||
view: 2 | ||
|
||
# Optional featured image (relative to `static/img/` folder). | ||
[header] | ||
image = "" | ||
caption = "" | ||
+++ | ||
# Optional header image (relative to `static/img/` folder). | ||
header: | ||
caption: "" | ||
image: "" | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
+++ | ||
title = "Publications" | ||
--- | ||
title: Publications | ||
|
||
# View. | ||
# 1 = List | ||
# 2 = Compact | ||
# 3 = Card | ||
# 4 = Citation | ||
view = 4 | ||
view: 4 | ||
|
||
# Optional featured image (relative to `static/img/` folder). | ||
[header] | ||
image = "" | ||
caption = "" | ||
+++ | ||
# Optional header image (relative to `static/img/` folder). | ||
header: | ||
caption: "" | ||
image: "" | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
+++ | ||
title = "Recent & Upcoming Talks" | ||
--- | ||
title: Recent & Upcoming Talks | ||
|
||
# View. | ||
# 1 = List | ||
# 2 = Compact | ||
# 3 = Card | ||
view = 2 | ||
view: 2 | ||
|
||
# Optional featured image (relative to `static/img/` folder). | ||
[header] | ||
image = "" | ||
caption = "" | ||
+++ | ||
# Optional header image (relative to `static/img/` folder). | ||
header: | ||
caption: "" | ||
image: "" | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule academic
updated
from 8a6d15 to 8857bf