github-style icon indicating copy to clipboard operation
github-style copied to clipboard

Some Modification of Paramters in Post.html

Open ChobobDev opened this issue 4 years ago • 0 comments

As we may know of github displays the github username instead of the name of ourselves in repository. So I was wondering what if we change following <a href="{{ .Site.BaseURL }}">{{ .Site.Params.author }}</a> (lineno 19, post.html)

to

<a href="{{ .Site.BaseURL }}">{{ .Site.Params.github }}</a>

Thank you

ChobobDev avatar Sep 22 '21 11:09 ChobobDev