theme: sync with v4.2 dev and upgrade home/ widget front matter

This commit is contained in:
George Cushen
2019-03-17 20:39:18 +00:00
parent 9202d474dc
commit d4a116eba9
17 changed files with 58 additions and 47 deletions

View File

@@ -1,6 +1,7 @@
+++
# Hero widget.
widget = "hero" # Do not modify this line!
widget = "hero" # See https://sourcethemes.com/academic/docs/page-builder/
headless = true # This file represents a page section.
active = false # Activate this widget? true/false
weight = 10 # Order that this section will appear.
@@ -33,7 +34,7 @@ hero_media = ""
# Display link(s) by specifying a URL and label below. Icon is optional for `[cta]`.
# Remove a link/note by deleting a cta/note block.
[cta]
url = "post/getting-started/"
url = "https://sourcethemes.com/academic/docs/install/"
label = "Get Started"
icon_pack = "fas"
icon = "download"