Skip to content

Commit 5a375a2

Browse files
author
Sam Kleinman
committed
theme: reordering lines in the footer
1 parent 92c1340 commit 5a375a2

File tree

1 file changed

+13
-15
lines changed

1 file changed

+13
-15
lines changed

themes/mongodb/layout.html

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -230,11 +230,11 @@
230230
</div>
231231
</div>
232232
<div id="header-db" class="spread">
233-
<div class="split">
234-
<div id="logo">
235-
<div><a href="http://docs.mongodb.org/"><img src="{{ pathto('_static', 1) }}/logo-mongodb.png" width="190" height="55" alt="mongoDB" /></a></div>
236-
</div>
237-
</div>
233+
<div class="split">
234+
<div id="logo">
235+
<div><a href="http://docs.mongodb.org/"><img src="{{ pathto('_static', 1) }}/logo-mongodb.png" width="190" height="55" alt="mongoDB" /></a></div>
236+
</div>
237+
</div>
238238
<div class="search-db"><gcse:searchbox></gcse:searchbox></div>
239239
<div id="etp">
240240
<ul>
@@ -271,6 +271,9 @@
271271
{%- block footer %}
272272
<div class="footer">
273273

274+
<p>The MongoDB Documentation Project uses <a href="https://github.com/mongodb/docs">GitHub</a>. Fork the repository and submit pull requests to contribute.</p>
275+
<p>If you find any issues with the documentation feel free to open a <a href="http://jira.mongodb.org/browse/DOCS">Jira Case</a> and we'll work to resolve it promptly.</p>
276+
274277
{%- if show_copyright %}
275278
{%- if hasdoc('copyright') %}
276279
{% trans path=pathto('copyright'), copyright=copyright|e %}&copy; <a href="{{ path }}">Copyright</a> {{ copyright }} {% endtrans %}
@@ -280,11 +283,6 @@
280283
{%- endif %}
281284

282285
<p>MongoDB&reg;, Mongo&reg;, and the leaf logo are registered trademarks of 10gen, Inc.</p>
283-
284-
285-
<p>The MongoDB Documentation Project uses <a href="https://github.com/mongodb/docs">GitHub</a>. Fork the repository and submit pull requests to contribute.</p>
286-
<p>If you find any issues with the documentation feel free to open a <a href="http://jira.mongodb.org/browse/DOCS">Jira Case</a> and we'll work to resolve it promptly.</p>
287-
288286
</div>
289287
{%- endblock %}
290288

@@ -301,11 +299,11 @@
301299
_gaq.push(['_trackPageview']);
302300
{%- endif %}
303301
(function() {
304-
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
305-
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
306-
var s = document.getElementsByTagName('script')[0];
307-
s.parentNode.insertBefore(ga, s);
308-
})();
302+
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
303+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
304+
var s = document.getElementsByTagName('script')[0];
305+
s.parentNode.insertBefore(ga, s);
306+
})();
309307
</script>
310308
{%- endblock %}
311309
{%- block marketo %}

0 commit comments

Comments
 (0)