|
230 | 230 | </div>
|
231 | 231 | </div>
|
232 | 232 | <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> |
238 | 238 | <div class="search-db"><gcse:searchbox></gcse:searchbox></div>
|
239 | 239 | <div id="etp">
|
240 | 240 | <ul>
|
|
271 | 271 | {%- block footer %}
|
272 | 272 | <div class="footer">
|
273 | 273 |
|
| 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 | + |
274 | 277 | {%- if show_copyright %}
|
275 | 278 | {%- if hasdoc('copyright') %}
|
276 | 279 | {% trans path=pathto('copyright'), copyright=copyright|e %}© <a href="{{ path }}">Copyright</a> {{ copyright }} {% endtrans %}
|
|
280 | 283 | {%- endif %}
|
281 | 284 |
|
282 | 285 | <p>MongoDB®, Mongo®, 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 |
| - |
288 | 286 | </div>
|
289 | 287 | {%- endblock %}
|
290 | 288 |
|
|
301 | 299 | _gaq.push(['_trackPageview']);
|
302 | 300 | {%- endif %}
|
303 | 301 | (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 | + })(); |
309 | 307 | </script>
|
310 | 308 | {%- endblock %}
|
311 | 309 | {%- block marketo %}
|
|
0 commit comments