We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 07c6d72 + a313f51 commit be898f6Copy full SHA for be898f6
templates/layout.html
@@ -16,7 +16,7 @@
16
<div class="container-fluid">
17
<div class="row justify-content-md-center">
18
<div class="col-9">
19
- <nav class="navbar navbar-expand-xl navbar-dark">
+ <nav class="navbar navbar-expand-xl navbar-dark" name="top">
20
{% set cc_logo = site.get('/').attachments.get('cclogo.svg') %}
21
<a class="navbar-brand" href="{{ '/'|url }}">
22
<img src="{{ cc_logo|url }}">
@@ -74,7 +74,6 @@
74
75
<div class="col-9 content-wrap">
76
<div class="page py-3">
77
- <a name="top"></a>
78
<h1 class="page-title pb-3 mb-4">{% block header %}{{ this.title }}{% endblock %}</h1>
79
{% block body %}{% endblock %}
80
<a id="back-to-top" href="#top" class="btn btn-dark btn-sm" role="button">Back to top</a>
0 commit comments