From 9b1da2a4626f0b6f1db9c2d8178306df3be6486c Mon Sep 17 00:00:00 2001 From: aperullo Date: Mon, 27 Dec 2021 12:08:03 -0500 Subject: add optional external link button --- layouts/partials/index/components.html | 8 ++++++++ layouts/partials/meta.html | 5 +++++ 2 files changed, 13 insertions(+) (limited to 'layouts/partials') diff --git a/layouts/partials/index/components.html b/layouts/partials/index/components.html index d3d67bd..835c523 100644 --- a/layouts/partials/index/components.html +++ b/layouts/partials/index/components.html @@ -65,6 +65,14 @@ {{ end }} + {{ with .link }} + + + šŸ”— + + + {{ end }} + {{ if $thisIsDown }} {{ T "thisIsDown" }} diff --git a/layouts/partials/meta.html b/layouts/partials/meta.html index 0e8725b..279857c 100644 --- a/layouts/partials/meta.html +++ b/layouts/partials/meta.html @@ -115,6 +115,11 @@ .padding { padding: 12px; } .clicky { cursor: pointer; } + .link-style { border: none; } + .span-icon { + float: right; + margin-left: 16px; + } /** * Categories -- cgit v1.2.3-70-g09d2 From 7bc4bab34be958f82a25c898db9e6b5db7d07f73 Mon Sep 17 00:00:00 2001 From: Mantas Vilčinskas Date: Sat, 12 Feb 2022 11:23:28 +0200 Subject: 5.3 ver --- layouts/partials/js.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layouts/partials') diff --git a/layouts/partials/js.html b/layouts/partials/js.html index 88948df..1b9c554 100644 --- a/layouts/partials/js.html +++ b/layouts/partials/js.html @@ -3,7 +3,7 @@ * Dev toolset */ - console.log('cState v5.2 - https://github.com/cstate/cstate'); + console.log('cState v5.3 - https://github.com/cstate/cstate'); document.getElementsByTagName('html')[0].className = 'js'; /** -- cgit v1.2.3-70-g09d2 From 74f5da9103f1adabf648b17fc59d67c91e9d0ee7 Mon Sep 17 00:00:00 2001 From: Mantas Vilčinskas Date: Sat, 12 Feb 2022 11:23:43 +0200 Subject: 5.3 ver --- layouts/partials/meta.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layouts/partials') diff --git a/layouts/partials/meta.html b/layouts/partials/meta.html index 279857c..85a235a 100644 --- a/layouts/partials/meta.html +++ b/layouts/partials/meta.html @@ -12,7 +12,7 @@ {{ range .AlternativeOutputFormats -}} {{ printf `` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} {{ end -}} - +