Skip to content

Commit c856209

Browse files
committed
Update release on v2 book cover
1 parent e6391df commit c856209

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

_includes/analytics.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<!-- Open Graph Meta Tags -->
1111
<meta property="og:title" content="ModernDive V2" />
1212
<meta property="og:description" content="An open-source and fully-reproducible electronic textbook for teaching statistical inference using tidyverse data science tools." />
13-
<meta property="og:image" content="https://moderndive.com/v2/images/logos/v2/v2_cover_2024-09-29.png" />
13+
<meta property="og:image" content="https://moderndive.com/v2/images/logos/v2/v2_cover_2024-10.png" />
1414
<meta property="og:url" content="https://moderndive.com/v2/" />
1515
<meta name="twitter:card" content="summary_large_image" />
1616

Binary file not shown.

images/logos/v2/v2_cover_2024-10.png

429 KB
Loading

index.Rmd

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ always_allow_html: yes
2828
twitter-handle: ModernDive
2929
graphics: yes
3030
description: "An open-source and fully-reproducible electronic textbook for teaching statistical inference using tidyverse data science tools."
31-
cover-image: "images/logos/v2/v2_cover_2024-09-29.png"
31+
cover-image: "images/logos/v2/v2_cover_2024-10.png"
3232
# url: 'https\://moderndive.com/v2/'
3333
apple-touch-icon: "images/logos/favicons/apple-touch-icon.png"
3434
favicon: "images/logos/favicons/favicon.ico"
@@ -259,7 +259,7 @@ source("R/image_functions.R")
259259
dev_version <- FALSE
260260
```
261261

262-
<div class='book-cover'><img src="images/logos/v2/v2_cover_2024-09-29.png" width="350" alt=""/></div>
262+
<div class='book-cover'><img src="images/logos/v2/v2_cover_2024-10.png" width="350" alt=""/></div>
263263

264264
```{block, include=is_html_output(), purl=FALSE}
265265
This is the [website](https://moderndive.com/v2/) for *Statistical Inference via Data Science: A ModernDive into R and the Tidyverse (Second Edition)*! Visit the [GitHub repository for this site](https://github.com/moderndive/ModernDive_book/tree/v2/). It will be published as a print copy by CRC Press soon! You can find a summary of the updates in this version [here](https://moderndive.com/v2/preface.html#about-the-book).

0 commit comments

Comments
 (0)