Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: pkgdownconfig
Title: Stan pkgdown Website Styling
Version: 2.4.0
Version: 2.5.0
Authors@R:
person("Visruth", "Srimath Kandali", , "public@visruth.com", role = c("aut", "cre"),
comment = c(ORCID = "0009-0005-9097-0688"))
Expand All @@ -18,4 +18,4 @@ VignetteBuilder:
quarto
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Config/roxygen2/version: 8.1.0
2 changes: 1 addition & 1 deletion inst/pkgdown/templates/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{{#includes}}{{{before_title}}}{{/includes}}
<a class="navbar-brand me-2" href="{{#site}}{{root}}{{/site}}index.html">
<!-- Add Stan logo -->
<img src="{{#site}}{{root}}{{/site}}man/figures/logo.svg" class="stan-logo" alt="Stan blue hex logo">
<img src="{{#site}}{{root}}{{/site}}logo.svg" class="stan-logo" alt="Stan blue hex logo">
{{#site}}{{title}}{{/site}}
</a>

Expand Down