Skip to content

Commit 628cd31

Browse files
committed
add link to how-to to Py HMAC page
1 parent 40793a4 commit 628cd31

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/templates/example_info.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ <h4>{{ title }}</h4>
2121
{% endfor %}
2222
{% endif %}
2323

24+
{% if example["LinkToHowTo"] | length > 0 %}
25+
<a target='_blank' href="{{ example['LinkToHowTo']['Path'] }}">{{ example['LinkToHowTo']['PathName'] }}</a>
26+
{% endif %}
27+
2428
<p>
2529
View source file <a target="_blank" href="{{ source_url | safe }}">{{ source_file }}</a> on GitHub.
2630
</p>

0 commit comments

Comments
 (0)