diff options
Diffstat (limited to 'layouts')
| -rw-r--r-- | layouts/archives/single.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/archives/single.html b/layouts/archives/single.html index fea6ac2..60ec3e4 100644 --- a/layouts/archives/single.html +++ b/layouts/archives/single.html @@ -91,7 +91,7 @@ </time> </i> </span> - <a href="{{ .Permalink }}">{{ .Title }}</a> + <a style="border: none;" href="{{ .Permalink }}">{{ .Title }}</a> </li> {{ else }} <li>No posts yet</li> |
