diff --git a/CHANGELOG.md b/CHANGELOG.md index 225c69e08c..08f35b7c7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,18 @@ Reference: common-changelog.org +## 1.3.2 - 2025-01-06 + +### Changed + +- Misc enhancements and bug fixes. + ## 1.3.1 - 2024-11-11 ### Changed -- Update and improve workflows for building site and citations -- Escape user inputs better in rare edge cases +- Update and improve workflows for building site and citations. +- Escape user inputs better in rare edge cases. ## 1.3.0 - 2024-08-16 diff --git a/CITATION.cff b/CITATION.cff index c8d1a30158..f75e0394c1 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,8 +1,8 @@ # citation metadata for the template itself title: "Lab Website Template" -version: 1.3.1 -date-released: 2024-11-11 +version: 1.3.2 +date-released: 2025-01-06 url: "https://github.com/greenelab/lab-website-template" authors: - family-names: "Rubinetti" diff --git a/_cite/.cache/cache.db b/_cite/.cache/cache.db index f72bfb4eb4..13e939bc81 100644 Binary files a/_cite/.cache/cache.db and b/_cite/.cache/cache.db differ diff --git a/_data/types.yaml b/_data/types.yaml index 2909b0ab1b..b492b32741 100644 --- a/_data/types.yaml +++ b/_data/types.yaml @@ -2,7 +2,7 @@ # team member roles -pi: +principal-investigator: icon: fa-solid fa-microscope description: Principal Investigator @@ -96,6 +96,12 @@ twitter: tooltip: Twitter link: https://twitter.com/$VALUE +bluesky: + icon: fa-brands fa-bluesky + text: Bluesky + tooltip: Bluesky + link: https://bsky.app/profile/$VALUE + facebook: icon: fa-brands fa-facebook text: Facebook diff --git a/_includes/content.html b/_includes/content.html index ad3c480b1f..6f8e026847 100644 --- a/_includes/content.html +++ b/_includes/content.html @@ -23,7 +23,7 @@ {% if dark == "true" or dark == "false" %} data-dark="{{ dark }}" {% endif %} - {% if background %} + {% if image %} style="--image: url('{{ image | relative_url | uri_escape }}')" {% endif %} > diff --git a/_includes/fonts.html b/_includes/fonts.html index 153709b229..2e2b5cfebb 100644 --- a/_includes/fonts.html +++ b/_includes/fonts.html @@ -5,7 +5,7 @@ -{% assign fontawesome = "https://use.fontawesome.com/releases/v6.5.0/css/all.css" %} +{% assign fontawesome = "https://use.fontawesome.com/releases/v6.7.0/css/all.css" %} - - + + - + - + - - + + {% if page.author %} - + diff --git a/_includes/post-excerpt.html b/_includes/post-excerpt.html index 50fe4a8957..3e33745f76 100644 --- a/_includes/post-excerpt.html +++ b/_includes/post-excerpt.html @@ -10,18 +10,18 @@