Skip to content

Commit

Permalink
add 404 page
Browse files Browse the repository at this point in the history
  • Loading branch information
felixdidi committed Mar 22, 2024
1 parent 3802da6 commit e6af115
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion error-r.html → 404-r.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@



<title>error-r.knit</title>
<title>404-r.knit</title>

<script src="site_libs/header-attrs-2.24/header-attrs.js"></script>
<script src="site_libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion render_site.R
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ html_pages <- list.files(here, "[.]html$") %>%
tibble(page = .) %>%
filter(
str_detect(page, "-r.html$", negate = TRUE),
page != "error.html",
page != "404.html",
page != "impressum.html"
) %>% mutate(
mtime = as.Date(file.mtime(page))
Expand Down

0 comments on commit e6af115

Please sign in to comment.