You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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
The text was updated successfully, but these errors were encountered: