Skip to content

Commit 3462407

Browse files
authored
Merge pull request #77 from kymmt90/fix-default-branch-name
Fix default branch name in URL to main
2 parents decf364 + f22c216 commit 3462407

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_layouts/page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<header class="post-header">
77
<h1 class="post-title">{{ page.title }}</h1>
88
<p class="post-meta" style="text-align:right">
9-
[<a href="http://github.com/bliki-ja/bliki-ja.github.io/blob/master/{{ page.path }}">翻訳者と原稿</a>]
9+
[<a href="http://github.com/bliki-ja/bliki-ja.github.io/blob/main/{{ page.path }}">翻訳者と原稿</a>]
1010
</p>
1111
</header>
1212

_layouts/post.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ <h1 class="post-title">{{ page.title }}</h1>
1515
{% else %}
1616
[<a href="https://martinfowler.com/bliki/{{ page.url | remove:'/' }}.html">オリジナル記事</a>]
1717
{% endif %}
18-
[<a href="http://github.com/bliki-ja/bliki-ja.github.io/blob/master/{{ page.path }}">翻訳者と原稿</a>]
18+
[<a href="http://github.com/bliki-ja/bliki-ja.github.io/blob/main/{{ page.path }}">翻訳者と原稿</a>]
1919

2020
{% if page.tags.size != 0 %}<br />tags:
2121
{% for tag in page.tags %}<a href="/tags?{{tag | uri_escape}}" style="background-color: #ffc">{{ tag }}</a>

0 commit comments

Comments
 (0)