diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2020-06-18 17:29:23 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2020-06-18 17:29:23 +0200 |
| commit | 70a25fd804daa5df4b5cd34aac5de99acabc5cff (patch) | |
| tree | 274ce1c5ff5bee45e39323c65528ed1512360a96 | |
| parent | 60ae8163beabb425bc7b35879a83bbb4f7779d6c (diff) | |
| download | blog-70a25fd804daa5df4b5cd34aac5de99acabc5cff.tar.gz blog-70a25fd804daa5df4b5cd34aac5de99acabc5cff.zip | |
layout: Shorten link text
| -rw-r--r-- | layouts/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/index.html b/layouts/index.html index a549272..ea9990a 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -19,7 +19,7 @@ <a href="{{ .RelPermalink }}" class="card-link">Read Article</a> {{ end }} {{ if ne .Params.link nil }} - <a href="{{ .Params.link }}" class="card-link">Visit Project Website</a> + <a href="{{ .Params.link }}" class="card-link">Visit Website</a> {{ end }} <span class="card-date"> <time itemprop="datePublished" datetime="{{ .Date.Format "2006-01-02" }}">{{ .Date.Format "2006-01-02" }}</time> |
