Add a subtitle parameter
parent
05ec4d1a75
commit
64757f1ce1
|
@ -4,3 +4,6 @@ title = "Basic Hugo Theme"
|
||||||
copyright = "Copyright © 2019, Copyright Owner Name | Built with [Hugo](https://gohugo.io/)"
|
copyright = "Copyright © 2019, Copyright Owner Name | Built with [Hugo](https://gohugo.io/)"
|
||||||
theme = "basic-theme"
|
theme = "basic-theme"
|
||||||
paginate = 10
|
paginate = 10
|
||||||
|
|
||||||
|
[params]
|
||||||
|
subtitle = "A theme with no CSS and only basic layouts"
|
||||||
|
|
Loading…
Reference in New Issue