Skip to content

Commit

Permalink
Fix more relative URLs supposed to be relative to 2020 conference
Browse files Browse the repository at this point in the history
website

Signed-off-by: Nabarun Pal <[email protected]>
  • Loading branch information
palnabarun committed May 24, 2020
1 parent 85421e5 commit 9f35425
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions themes/inpycon2020/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,18 @@
<span class="icon-bar"></span>
</button>
<div class="web text-center">
<a class="navbar-brand" href="/2020/">
<a class="navbar-brand" href="https://in.pycon.org/2020/">
<img src="{{ SITEURL }}/theme/images/logosmall.png" alt="PyCon India 2020 Logo" width="100%"/>
</a>
<a class="navbar-brand-1 " style="display: none" href="/2020/">
<a class="navbar-brand-1 " style="display: none" href="https://in.pycon.org/2020/">
<img src="{{ SITEURL }}/theme/images/logosmall.png" alt="PyCon India 2020 Logo" width="100%"/>
</a>
</div>
</div>

<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav main-menu">
<li><a href="/2020/">Home</a></li>
<li><a href="https://in.pycon.org/2020/">Home</a></li>
<li class="current"><a href="{{ SITEURL }}/">Blog</a></li>
<li><a href="https://in.pycon.org/2020/coc.html">Code Of Conduct</a></li>
</ul>
Expand Down

0 comments on commit 9f35425

Please sign in to comment.