We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4542e1 commit a616437Copy full SHA for a616437
site/layouts/post/single.html
@@ -45,12 +45,12 @@ <h1 class="text--white">{{ .Title }}</h1>
45
</div>
46
<div class="author-name col-4-5">
47
{{ if $author.name }}
48
- {{ $author.name }}
+ <a href="/authors/{{ $name }}/">{{ $author.name }}</a>
49
{{ else }}
50
{{ $name }}
51
{{ end }}
52
{{ if $author.twitter }}
53
- <a class="author-twitter" href="https://twitter.com/{{ $author.twitter }}">@{{ $author.twitter }}</a>
+ (<a class="author-twitter" href="https://twitter.com/{{ $author.twitter }}">@{{ $author.twitter }}</a>)
54
55
56
</section>
0 commit comments