Skip to content

Commit 8d49559

Browse files
committed
Fix link
1 parent 8ffa07f commit 8d49559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<header class="blog-header">
1212
{% if site.logo %}
13-
<a class="blog-logo" href="{{site.url}}{{site.baseurl}}" style="background-image: url('{{ site.logo | prepend: site.baseurl }}')">{{ site.title }}</a>
13+
<a class="blog-logo" href="https://link.springer.com/book/10.1007/978-3-031-54369-2" style="background-image: url('{{ site.logo | prepend: site.baseurl }}')">{{ site.title }}</a>
1414
{% endif %}
1515
<h1 class="blog-title">{{ site.title }}</h1>
1616
<h2 class="blog-description">{{ site.description }}</h2>

0 commit comments

Comments
 (0)