Skip to content

Commit b0c8c8d

Browse files
committed
clean-up
revert expandable last edits section
1 parent b802f38 commit b0c8c8d

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

index.Rmd

+1-6
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ date: "`r Sys.time()`"
55
description: "Best practices with R around select topics."
66
github-repo: "miraisolutions/techguides"
77
site: bookdown::bookdown_site
8-
# printf "Last modified:\n%s" "$(git log -3 --format=%cd index.Rmd | sed 's/^[^ ]* //;s/ [^ ]*$//')"
9-
# git log -3 --format='%cd: %s' index.Rmd | sed 's/^[^ ]* //;s/ +[^:]*//'
108
output:
119
bookdown::gitbook:
1210
css: styles.css
@@ -28,12 +26,9 @@ output:
2826

2927
# Introduction {-}
3028

31-
<details>
32-
<summary><em>&nbsp;&nbsp;Last edits (click to expand)</em></summary>
3329
```{bash mod-date, engine.opts='-l', echo=FALSE, comment=""}
34-
printf "%s" "$(git log -3 --format='%cd: %s' index.Rmd | sed 's/^[^ ]* //;s/ +[^:]*//')"
30+
printf "Last modified: %s" "$(git log -1 --format=%cd index.Rmd | sed 's/^[^ ]* //;s/ [^ ]*$//')"
3531
```
36-
</details>
3732

3833
[**Mirai Solutions**](https://mirai-solutions.ch/) is a Zurich-based software development and consultancy firm, delivering cutting-edge technology and best practices to the industry, helping companies elevate their data analytics and operations.
3934

0 commit comments

Comments
 (0)