以前書いた記事 のJekyllテンプレートが動かなくなっていた。
現在でも使えるように書き換えていく。
何が変わったのか
site.branch
が動いていないっぽい。
なぜか探してもGitHubのすっごい古いアーカイブしか見つからない。
去年の自分はどこからこの情報を見つけてきたんだ……?
いつ消えてもおかしくないタイプの機能だったんだろうか?
というわけで代わりにRepository metadata
のsite.github.source.branch
に置き換えていく。
Commit log
https://github.com/{{ site.github.repository_nwo }}/commits/{{ site.github.source.branch }}/{{ page.path }}
Editing page
https://github.com/{{ site.github.repository_nwo }}/edit/{{ site.github.source.branch }}/{{ page.path }}
Raw file
https://raw.githubusercontent.com/{{ site.github.repository_nwo }}/{{ site.github.source.branch }}/{{ page.path }}