feat: add detection of the theme version and Hugo version (#173)
* feat: add detection of the theme version and Hugo version * fix: hugo.IsProduction is incompatible in Hugo v0.62.0
This commit is contained in:
@@ -314,6 +314,16 @@
|
||||
word-break: break-all;
|
||||
}
|
||||
}
|
||||
|
||||
.version {
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
color: $global-highlight-color;
|
||||
|
||||
.dark-theme & {
|
||||
color: $global-highlight-color-dark;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@import "../_partial/_single/footer";
|
||||
|
||||
Reference in New Issue
Block a user