Update template to give title heading an ID
This commit is contained in:
parent
34225b983c
commit
8f5f8c2307
1 changed files with 3 additions and 3 deletions
|
@ -41,7 +41,7 @@
|
||||||
<link href="{{base_url}}/css/compute-c23f91.webflow.css" rel="stylesheet" type="text/css">
|
<link href="{{base_url}}/css/compute-c23f91.webflow.css" rel="stylesheet" type="text/css">
|
||||||
<link href="{{base_url}}/css/code-theme.css" rel="stylesheet" type="text/css">
|
<link href="{{base_url}}/css/code-theme.css" rel="stylesheet" type="text/css">
|
||||||
<script
|
<script
|
||||||
type="text/javascript">!function (o, c) {var n = c.documentElement, t = " w-mod-"; n.className += t + "js", ("ontouchstart" in o || o.DocumentTouch && c instanceof DocumentTouch) && (n.className += t + "touch")}(window, document);</script>
|
type="text/javascript">!function (o, c) { var n = c.documentElement, t = " w-mod-"; n.className += t + "js", ("ontouchstart" in o || o.DocumentTouch && c instanceof DocumentTouch) && (n.className += t + "touch") }(window, document);</script>
|
||||||
<link href="{{base_url}}/images/favicon.ico" rel="shortcut icon" type="image/x-icon">
|
<link href="{{base_url}}/images/favicon.ico" rel="shortcut icon" type="image/x-icon">
|
||||||
<link href="{{base_url}}/images/webclip.png" rel="apple-touch-icon">
|
<link href="{{base_url}}/images/webclip.png" rel="apple-touch-icon">
|
||||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||||
|
@ -69,7 +69,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="w-layout-vflex flex-block-2 purple" style="background-color:#552a85">
|
<div class="w-layout-vflex flex-block-2 purple" style="background-color:#552a85">
|
||||||
<div id="header-elements">
|
<div id="header-elements">
|
||||||
<h1 class="heading-8">{{title}}</h1>
|
<h1 id="title" class="heading-8">{{title}}</h1>
|
||||||
<div class="w-layout-hflex flex-block-3">
|
<div class="w-layout-hflex flex-block-3">
|
||||||
{% for author in authors %}
|
{% for author in authors %}
|
||||||
<img src="{{author.avatar_url}}" loading="lazy" width="32" height="32" alt="{{author.full_name}}'s Avatar"
|
<img src="{{author.avatar_url}}" loading="lazy" width="32" height="32" alt="{{author.full_name}}'s Avatar"
|
||||||
|
|
Loading…
Reference in a new issue