aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/templates/article.html
diff options
context:
space:
mode:
Diffstat (limited to 'pyaggr3g470r/templates/article.html')
-rw-r--r--pyaggr3g470r/templates/article.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyaggr3g470r/templates/article.html b/pyaggr3g470r/templates/article.html
index 9c4fe287..28c53714 100644
--- a/pyaggr3g470r/templates/article.html
+++ b/pyaggr3g470r/templates/article.html
@@ -3,6 +3,7 @@
<div class="container">
<div class="jumbotron">
<h1>{{ article.title }}</h1>
+ <h4>{{ article.link }}</h4>
<h6>{{ article.date }}</h6>
</div>
<div class="jumbotron">
bgstack15