diff --git a/config.toml b/config.toml index 3338897..4deb69e 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -base_url = "https://exploiitm.github.io/blog" +base_url = "https://exploiitm.github.io" title = "exploiitm blog" description = "Official blog of Cybersecurity Club, IIT Madras" compile_sass = false diff --git a/content/_index.md b/content/_index.md index 8cb7f2f..bb0034f 100644 --- a/content/_index.md +++ b/content/_index.md @@ -18,7 +18,7 @@ Official blog of Cybersecurity Club, IIT Madras. ## Tags -Browse articles by *[tags](/tags)* +Browse articles by *[tags](/blog/tags)* diff --git a/content/posts/_index.md b/content/posts/_index.md index 7bc5358..f9c79af 100644 --- a/content/posts/_index.md +++ b/content/posts/_index.md @@ -6,4 +6,4 @@ sort_by = "date" page_template = "blog-page.html" +++ -> List of all *[tags](/tags)* +> List of all *[tags](/blog/tags)* diff --git a/content/resources/_index.md b/content/resources/_index.md index 7914d52..af8541c 100644 --- a/content/resources/_index.md +++ b/content/resources/_index.md @@ -6,4 +6,4 @@ sort_by = "date" page_template = "blog-page.html" +++ -> List of all *[tags](/tags)* +> List of all *[tags](/blog/tags)* diff --git a/templates/blog-page.html b/templates/blog-page.html index 29598fa..923c3d6 100644 --- a/templates/blog-page.html +++ b/templates/blog-page.html @@ -40,7 +40,7 @@

Table of contents

{% if page.taxonomies.tags %} {% for tag in page.taxonomies.tags %} - /{{ tag }}/ + /{{ tag }}/ {% endfor %} {% endif %}

diff --git a/templates/page.html b/templates/page.html index 666c849..852210e 100644 --- a/templates/page.html +++ b/templates/page.html @@ -35,7 +35,7 @@

Table of contents

{% if page.taxonomies.tags %} {% for tag in page.taxonomies.tags %} -/{{ tag }}/ +/{{ tag }}/ {% endfor %} {% endif %}