diff --git a/docs/_data/blog/migratingv070.json b/docs/_data/blog/migratingv070.json index 7cba93b6..b224681f 100644 --- a/docs/_data/blog/migratingv070.json +++ b/docs/_data/blog/migratingv070.json @@ -32,7 +32,7 @@ "changes": [ { "variable": "$hr-background-color", - "from": "border", + "from": "$border", "to": "$background" }, { @@ -42,6 +42,16 @@ } ] }, + { + "file": "sass/elements/content.sass", + "changes": [ + { + "variable": "$content-heading-weight", + "from": "$weight-normal", + "to": "$weight-semibold" + } + ] + }, { "file": "sass/components/message.sass", "changes": [ diff --git a/docs/_includes/elements/link.html b/docs/_includes/elements/link.html index 0ab9299b..952c294c 100644 --- a/docs/_includes/elements/link.html +++ b/docs/_includes/elements/link.html @@ -1,4 +1,9 @@ + {% if include.surtitle %} + + {% endif %}