컨텐츠 소스 md 내용 보기
Closed this issue · 1 comments
yundream commented
md 문법에 익숙해 지기 전까지, 메뉴얼 뒤적 거려야 합니다.
그냥 문서에 버튼 하나 달아서 md 문서를 보여주면, 도움이 될 것 같습니다.
jhonghee commented
/layouts/partials/post_footer.html
{{ if .IsPage }}
<span class="edit-in-github">
<a class="label" href="{{ .Site.Params.editInGithubUrlBase }}{{ replace .File.Path "\\" "/" }}">Edit in GitHub</a>
</span>
{{ end }}