Skip to content

Commit

Permalink
fixing navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinavis2005 committed May 22, 2024
1 parent bcfc3f7 commit ff3fc16
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions config.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
base_url = "https://exploiitm.github.io"
base_url = "https://exploiitm.github.io/blog"
title = "exploiitm blog"
description = "Official blog of Cybersecurity Club, IIT Madras"
compile_sass = false
Expand Down Expand Up @@ -38,10 +38,10 @@ twitter_card = true

header_nav = [
{ url = "https://exploiitm.github.io/", name_en = "home" },
{ url = "/blog", name_en = "blog"},
{ url = "/blog/resources", name_en = "resources"},
{ url = "/blog/posts", name_en = "posts"},
{ url = "/blog/about" ,name_en = "about"}
{ url = "/", name_en = "blog"},
{ url = "/resources", name_en = "resources"},
{ url = "/posts", name_en = "posts"},
{ url = "/about" ,name_en = "about"}
]

# Optional footer license text. It will only show, when using footer_content_license.
Expand Down
2 changes: 1 addition & 1 deletion templates/blog-page.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ <h2>Table of contents</h2>
<p class="tags-data">
{% if page.taxonomies.tags %}
{% for tag in page.taxonomies.tags %}
<a href="tags/{{ tag | slugify }}">&#47;{{ tag }}&#47;</a>
<a href="/tags/{{ tag | slugify }}">&#47;{{ tag }}&#47;</a>
{% endfor %}
{% endif %}
</p>
Expand Down

0 comments on commit ff3fc16

Please sign in to comment.