Skip to content

Commit 44885f9

Browse files
author
Tanner Blair
authored
Update default.html
1 parent 514e763 commit 44885f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<body>
1616
<div class="wrapper">
1717
<header>
18-
<a href="{{ site.github.url }}"> <h1>{{ site.title | default: "JSON Support for LabVIEW" }}</h1> </a>
18+
<a href="{{ site.github.url }}"> <h1>{{ site.title | default: site.github.repository_name }}</h1> </a>
1919
<p>{{ site.description | default: site.github.project_tagline }}</p>
2020

2121
{% if site.github.is_project_page %}

0 commit comments

Comments
 (0)