diff options
Diffstat (limited to 'site')
-rw-r--r-- | site/_includes/footer_contents.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/site/_includes/footer_contents.html b/site/_includes/footer_contents.html index fe3b9da..01b5f46 100644 --- a/site/_includes/footer_contents.html +++ b/site/_includes/footer_contents.html @@ -63,5 +63,8 @@ </div> <div class="col-sm-3"> <small class="stats">{% render_time Page rendered at: %}</small> + {% if page.origin_url != nil %} + <small class="stats"><a href="{{ page.origin_url }}">Link to source document</small> + {% endif %} </div> </div> |