_includes/head/head.html in slow-steps-0.3.2 vs _includes/head/head.html in slow-steps-0.3.3

- old
+ new

@@ -24,21 +24,21 @@ {{ site.description }} {% endif %}" /> <meta name="keywords" content="{{ site.keywords }}" /> - <meta name="author" content="{{ site.author.name }}" /> + <meta name="author" content="{{ site.data.authors.default.name }}" /> {% assign date = 'now' | date: "%Y" %} - <meta name="copyright" content="Copyright {{ site.title | append: ' Ltd. ' | append: date }}" /> + <meta name="copyright" content="Copyright {{ site.title | append: ' Limited ' | append: date }}" /> <meta name="robots" content="follow" /> <link rel="canonical" href="{{ page.url | absolute_url }}" /> <link rel="preconnect" href="https://fonts.gstatic.com"> - <link href="https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap" rel="stylesheet"> + <link href="https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500&display=swap" rel="stylesheet"> <link rel="shortcut icon" type="image/x-icon" href="{{ site.fallback_path | append: site.favicon | relative_url }}"> {% include head/descriptors/structured-data.html %}