[yt-svn] commit/yt: MatthewTurk: Merged in xarthisius/yt (pull request #1693)

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Thu Aug 13 09:17:55 PDT 2015


1 new commit in yt:

https://bitbucket.org/yt_analysis/yt/commits/957c5262085b/
Changeset:   957c5262085b
Branch:      yt
User:        MatthewTurk
Date:        2015-08-13 16:17:43+00:00
Summary:     Merged in xarthisius/yt (pull request #1693)

[docs] add canonical link for documentation
Affected #:  1 file

diff -r ef1a228a21cc2a8736606107e929806ca6d0c60d -r 957c5262085b47bcde96b64ba4631c1eca63a80b doc/source/_templates/layout.html
--- a/doc/source/_templates/layout.html
+++ b/doc/source/_templates/layout.html
@@ -1,5 +1,10 @@
 {% extends '!layout.html' %}
 
+{%- block linktags %}
+    <link href="http://yt-project.org/doc/{{ pagename }}.html" rel="canonical" />
+    {{ super() }}
+{%- endblock %}
+
 {%- block extrahead %}
     {{ super() }}
     <script type="text/javascript">

Repository URL: https://bitbucket.org/yt_analysis/yt/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.


More information about the yt-svn mailing list