Skip to content

Commit ed29885

Browse files
committed
More fixes!
1 parent 876d9dc commit ed29885

File tree

10 files changed

+4645
-19
lines changed

10 files changed

+4645
-19
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ jobs:
4444
- run: julia -e '
4545
using Pkg; Pkg.add(["NodeJS", "Franklin"]);
4646
using NodeJS; run(`$(npm_cmd()) install highlight.js`);
47-
run(`$(npm_cmd()) install --save @fortawesome/fontawesome-free`)
4847
using Franklin;
4948
Pkg.activate("."); Pkg.instantiate();
5049
optimize()'

_layout/head.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<link rel="stylesheet" href="/css/bootstrap.min.css">
1616
<style>{{insert style_tuning.fcss}}</style>
1717
<link rel="stylesheet" href="/css/custom.css">
18+
<link href="/libs/font-awesome/css/all.css" rel="stylesheet">
1819

1920
<script async defer src="https://buttons.github.io/buttons.js"></script>
2021
</head>

_layout/nav.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
{{if add_nav_logo}}
55
<img src="{{ nav_logo_path }}" class="img-fluid" style="{{ nav_logo_style }}" alt="{{ nav_logo_alt }}"/>
66
{{end}}
7-
<a href="/">JuliaGaussianProcesses</a>
7+
<a href="/">JuliaGPs</a>
88
{{if sub_page}}
99
<a href="#page-top"> : {{title}}</a>
1010
{{end}}
11-
{{if add_docs}}
11+
<!-- {{if add_docs}}
1212
| <a href="{{docs_url}}" target="_blank">{{docs_name}}</a>
13-
{{end}}
13+
{{end}} -->
1414
</span>
1515
<input type="checkbox" id="navbar-toggler-cbox" class="d-none" />
1616
<label for="navbar-toggler-cbox" class="navbar-toggler" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">

0 commit comments

Comments
 (0)