Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
byronwasti committed Apr 29, 2024
1 parent e008404 commit 0cf766b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions docs/config.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# The URL the site will be built for
base_url = "https://www.balterloadtesting.com"
base_url = "https://www.balterloadtesting.com/balter"

title = "Balter Load Testing"

Expand All @@ -17,11 +17,11 @@ theme = "juice"
highlight_code = true

[extra]
juice_logo_name = "Balter"
juice_logo_name = "Balter Load Testing"
juice_logo_path = "logo.svg"
juice_extra_menu = [
{ title = "Blog", link = "/blog"},
{ title = "Guide", link = "/guide"},
{ title = "Blog", link = "https://www.balterloadtesting.com/balter/blog"},
{ title = "Guide", link = "https://www.balterloadtesting.com/balter/guide"},
{ title = "Docs", link = "https://docs.rs/balter/0.5.0/balter/"},
{ title = "Crates.io", link = "https://crates.io/crates/balter"},
{ title = "Github", link = "https://github.com/BalterLoadTesting/balter"},
Expand Down
2 changes: 1 addition & 1 deletion docs/templates/_macros.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% macro render_header() %}
{% set section = get_section(path="_index.md") %}
<a href="{{ section.permalink | safe }}">
<a href="https://www.balterloadtesting.com">
<div class="logo">
{{ config.extra.juice_logo_name }}
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<div class="hero-wrapper">
<section class="text-center">
<h1 class="heading-text" style="font-size: 50px">
Balter
Balter-rs
<!--<img src="{{ get_url(path="logo.svg") }}" style="width:5em">-->
</h1>
<h3 class="title-text">
Expand Down

0 comments on commit 0cf766b

Please sign in to comment.