Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mmrath/hugo-bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/content/title-link.html')
-rw-r--r--layouts/partials/content/title-link.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/partials/content/title-link.html b/layouts/partials/content/title-link.html
new file mode 100644
index 0000000..d9ffa7e
--- /dev/null
+++ b/layouts/partials/content/title-link.html
@@ -0,0 +1,3 @@
+<a href="{{ .Permalink }}">
+ {{ partial "content/title" . }}
+</a>