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 921fbfb commit 2cbaec4Copy full SHA for 2cbaec4
_layouts/update.html
@@ -34,6 +34,16 @@ <h2><span class="material-icons">event</span> {{page.date | date: "%d/%m/%Y" }}<
34
</header>
35
<article>
36
{{page.content}}
37
+
38
+ {% if page.link %}
39
+ <a class="button image-button"
40
+ href="{{ page.link }}"
41
+ rel="noopener"
42
+ target="_blank"
43
+ title="Continue Reading on Linked Site">
44
+ <i class="material-icons">link</i> Continue Reading...
45
+ </a>
46
+ {% endif %}
47
</article>
48
</div>
49
<div>
0 commit comments