diff options
| author | Miroslav Kratochvil <miroslav.kratochvil@uni.lu> | 2023-06-22 11:43:39 +0200 |
|---|---|---|
| committer | Miroslav Kratochvil <miroslav.kratochvil@uni.lu> | 2023-06-22 11:43:39 +0200 |
| commit | 2ea84315db882c3341ae25f0fe2591a2de109d49 (patch) | |
| tree | f1acf23252898ff53fede0d38d71a4f653763e33 /cards | |
| parent | 73d1920b6296bf73fbef87c9e8460cd5d2c2071e (diff) | |
| parent | a2dd9384b4e0eb67346848bdb90a35b039640669 (diff) | |
| download | reploy-2ea84315db882c3341ae25f0fe2591a2de109d49.tar.gz reploy-2ea84315db882c3341ae25f0fe2591a2de109d49.tar.bz2 | |
Merge branch 'mk-modification-timestamps' into 'master'
add a script for sourcing the timestamps from gits
Closes #2
See merge request R3-core/websites-dev/reploy!3
Diffstat (limited to 'cards')
| -rw-r--r-- | cards/404.md | 2 | ||||
| -rw-r--r-- | cards/index.md | 1 | ||||
| -rw-r--r-- | cards/search.md | 1 |
3 files changed, 4 insertions, 0 deletions
diff --git a/cards/404.md b/cards/404.md index 60148b7..a0e09ea 100644 --- a/cards/404.md +++ b/cards/404.md @@ -2,6 +2,8 @@ mount: /404 title: Page not found search: off +toc: off +timestamp: null --- # Page not found! diff --git a/cards/index.md b/cards/index.md index b493711..fb19e6e 100644 --- a/cards/index.md +++ b/cards/index.md @@ -3,6 +3,7 @@ mount: / title: Home template: index.html toc: off +timestamp: null --- #### What are How-To Cards? diff --git a/cards/search.md b/cards/search.md index cefd3eb..42713f0 100644 --- a/cards/search.md +++ b/cards/search.md @@ -4,6 +4,7 @@ title: Search template: search.html search: off toc: off +timestamp: null --- # Search |
