Skip to content

Commit 7c0976c

Browse files
lo48576kvark
authored andcommitted
Remove unused part in page title template
`by {{ site.github.owner_name }}` is not working and there is straying "by". This is unnecessary and can be removed.
1 parent 9653f7b commit 7c0976c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<meta http-equiv="X-UA-Compatible" content="chrome=1">
6-
<title>{{ page.title }} - {{ site.title | default: site.github.repository_name }} by {{ site.github.owner_name }}</title>
6+
<title>{{ page.title }} - {{ site.title | default: site.github.repository_name }}</title>
77
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
88
<style>
99
figure {

0 commit comments

Comments
 (0)