Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _layouts/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<header class="post-header">
<h1 class="post-title">{{ page.title }}</h1>
<p class="post-meta" style="text-align:right">
[<a href="http://github.com/bliki-ja/bliki-ja.github.io/blob/master/{{ page.path }}">翻訳者と原稿</a>]
[<a href="http://github.com/bliki-ja/bliki-ja.github.io/blob/main/{{ page.path }}">翻訳者と原稿</a>]
</p>
</header>

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

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