Skip to content

Commit

Permalink
adjust baseurl
Browse files Browse the repository at this point in the history
  • Loading branch information
satra authored Feb 9, 2023
1 parent 444c92f commit bc362e5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/_includes/modelType.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="modelType {{ include.org }} {{ include.modelName }} {{ include.version }}" id="{{ include.modelType }}">
<h3 class="header">{{ include.modelType }}</h3>
<a class="link" href="/{{include.org}}/{{include.modelName}}/{{include.version}}/{{include.modelType}}"></a>
<a class="link" href="{{ baseurl }}/{{include.org}}/{{include.modelName}}/{{include.version}}/{{include.modelType}}"></a>
</div>
2 changes: 1 addition & 1 deletion docs/_includes/nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<h1 class="nav-title">Neuronets</h1>
<div class="nav-menu">
<ul class="nav-links">
<li class="nav-link"><a href="/" class="">Models</a></li>
<li class="nav-link"><a href="{{ baseurl }}/" class="">Models</a></li>
</ul>
</div>
</nav>
2 changes: 1 addition & 1 deletion docs/_includes/version.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% if include.isLink == true %}
<div class="version nonCollapsibleVersion {{ include.org }} {{ include.modelName }}" id="{{ include.version }}">
<h3 class="header">{{ include.version }}</h3>
<a class="link" href="/{{include.org}}/{{include.modelName}}/{{include.version}}/model"></a>
<a class="link" href="{{ baseurl }}/{{include.org}}/{{include.modelName}}/{{include.version}}/model"></a>
</div>
{% else %}
<div class="version collapsibleVersion {{ include.org }} {{ include.modelName }}" id="{{ include.version }}">
Expand Down
2 changes: 1 addition & 1 deletion docs/_layouts/default.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<html lang="en">
<link rel="stylesheet" type="text/css" href="/assets/styles/main.css">
<link rel="stylesheet" type="text/css" href="{{ baseurl }}/assets/styles/main.css">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
Expand Down

0 comments on commit bc362e5

Please sign in to comment.