Skip to content

Commit ca0c9a2

Browse files
committed
show date on docs
1 parent 8b967bd commit ca0c9a2

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/index.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,18 @@ title: Home
44
nav_order: 1
55
description: "Home Description"
66
permalink: /
7+
date: 2020-02-16
78
---
89

10+
<div style="display: flex; justify-content: flex-end; position: relative; top: 1.5em">
11+
<div>
12+
{{ page.date | date_to_long_string }}
13+
</div>
14+
</div>
15+
{: .fs-1.lh-default }
16+
917
[![][badge-license]][oaps-license]
10-
[![][badge-ci]][workflow-ci]
18+
[![][badge-ci]][workflow-ci]
1119

1220

1321
# openapi-processor-spring

0 commit comments

Comments
 (0)