forked from mirrors/hugo-theme-terminal
Add last updated display, params.showLastUpdated
and update README.md
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user