Skip to content

Commit

Permalink
removed anchor in script
Browse files Browse the repository at this point in the history
  • Loading branch information
jcupac committed Jun 19, 2024
1 parent e4516d3 commit 4ba805a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
3 changes: 2 additions & 1 deletion _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@

<!-- Font Awesome -->
<link rel="stylesheet" type="text/css" href="https://use.fontawesome.com/releases/v6.4.2/css/all.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/?all.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css">


<!-- Google Icons -->
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
Expand Down
2 changes: 1 addition & 1 deletion _includes/home-conference.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ <h2>Fri 22 Nov 2024<span>&bull;</span>Live Online</h2>
</a>

<!-- JC: {{ site.url }}/conf/#sessions -->
<a href="{{ site.url }}/conf" class="conf-btn" rel="noopener">
<a href="{{ site.url }}/conf/#sessions" class="conf-btn" rel="noopener">
Sessions
</a>

Expand Down
4 changes: 2 additions & 2 deletions _includes/scripts.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-0pUGZvbkm6XF6gxjEnlmuGrJXVbNuzT9qBBavbLwCsOGabYfZo0T0to5eqruptLy" crossorigin="anonymous"></script>


<script>anchors.add();</script>
<!-- JC: why is this here? -->
<!-- <script>anchors.add();</script> -->
7 changes: 3 additions & 4 deletions conf.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ <h2>Fri 22 Nov 2024 <span>|</span> Live Online</h2>
</a>

<!-- JC: {{ site.url }}/conf/#sessions -->
<a href="{{ site.url }}/conf" class="conf-btn" rel="noopener">
<a href="{{ site.url }}/conf/#sessions" class="conf-btn" rel="noopener">
Sessions
</a>
</div>
Expand Down Expand Up @@ -50,8 +50,7 @@ <h2>Fri 22 Nov 2024 <span>|</span> Live Online</h2>
</div>
</div>

<!-- div instead of section: JC -->
<div id="sessions" class="container lineup">
<section id="sessions" class="container lineup">

<div>
<h2>Sessions</h2>
Expand All @@ -75,5 +74,5 @@ <h3>USA - Sessions (Online)</h3>
{% include loop-sessions-zone.html %}
</div>

</div>
</section>
</div>

0 comments on commit 4ba805a

Please sign in to comment.