MeiK2333 / github-style

https://themes.gohugo.io/themes/github-style
MIT License
546 stars 172 forks source link

Some Modification of Paramters in Post.html #80

Open ChobobDev opened 2 years ago

ChobobDev commented 2 years ago

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