We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40793a4 commit 628cd31Copy full SHA for 628cd31
app/templates/example_info.html
@@ -21,6 +21,10 @@ <h4>{{ title }}</h4>
21
{% endfor %}
22
{% endif %}
23
24
+{% if example["LinkToHowTo"] | length > 0 %}
25
+ <a target='_blank' href="{{ example['LinkToHowTo']['Path'] }}">{{ example['LinkToHowTo']['PathName'] }}</a>
26
+{% endif %}
27
+
28
<p>
29
View source file <a target="_blank" href="{{ source_url | safe }}">{{ source_file }}</a> on GitHub.
30
</p>
0 commit comments