Remove footer while using endless pagination (fix #2)
This commit is contained in:
parent
5d47ae1d8b
commit
212a8f20fc
2 changed files with 2 additions and 27 deletions
2
fabfile.py
vendored
2
fabfile.py
vendored
|
@ -251,7 +251,7 @@ def collect_remote_statics():
|
||||||
remote_static_dir = '{project_dir}/{project_name}/remote_static'.format(**env)
|
remote_static_dir = '{project_dir}/{project_name}/remote_static'.format(**env)
|
||||||
run('mkdir -p {0}'.format(remote_static_dir))
|
run('mkdir -p {0}'.format(remote_static_dir))
|
||||||
remote_repositories = {
|
remote_repositories = {
|
||||||
'leaflet': "git://github.com/CloudMade/Leaflet.git@stable",
|
'leaflet': "git://github.com/CloudMade/Leaflet.git@master",
|
||||||
'draw': "git://github.com/jacobtoye/Leaflet.draw.git@master",
|
'draw': "git://github.com/jacobtoye/Leaflet.draw.git@master",
|
||||||
'hash': "git://github.com/mlevans/leaflet-hash.git@master",
|
'hash': "git://github.com/mlevans/leaflet-hash.git@master",
|
||||||
'storage': 'git://github.com/yohanboniface/Leaflet.Storage.git@master',
|
'storage': 'git://github.com/yohanboniface/Leaflet.Storage.git@master',
|
||||||
|
|
|
@ -95,32 +95,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<!-- Included JS Files -->
|
||||||
<!-- Footer -->
|
|
||||||
|
|
||||||
<footer class="row">
|
|
||||||
<div class="twelve columns"><hr />
|
|
||||||
<div class="row">
|
|
||||||
|
|
||||||
<div class="six columns">
|
|
||||||
<p>© Copyright no one at all. Go to town.</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="six columns">
|
|
||||||
<ul class="link-list right">
|
|
||||||
<li><a href="#TODO">About</a></li>
|
|
||||||
<li><a href="https://bitbucket.org/yohanboniface/umap_project">Fork me</a></li>
|
|
||||||
<li><a href="#">Link 3</a></li>
|
|
||||||
<li><a href="#">Link 4</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</footer>
|
|
||||||
|
|
||||||
<!-- End Footer -->
|
|
||||||
<!-- Included JS Files -->
|
|
||||||
{% endblock content %}
|
{% endblock content %}
|
||||||
|
|
||||||
{% block bottom_js %}
|
{% block bottom_js %}
|
||||||
|
|
Loading…
Reference in a new issue