Add last updated display, params.showLastUpdated and update README.md

This commit is contained in:
horochx
2019-10-04 22:08:35 +08:00
parent 5f9bb738cd
commit 213a39bcad
10 changed files with 42 additions and 260 deletions

View File

@ -22,6 +22,26 @@
color: color-mod(var(--accent) a(70%));
}
&-lastmod {
--border: 3px dotted var(--accent);
position: relative;
margin: 30px 0 0;
padding-top: 15px;
padding-bottom: 15px;
border-top: var(--border);
color: color-mod(var(--accent) a(70%));
text-align: right;
&::after {
content: "";
position: absolute;
top: 2px;
display: block;
width: 100%;
border-top: var(--border);
}
}
&-title {
--border: 3px dotted var(--accent);
position: relative;