Skip to content

Commit 309c245

Browse files
committed
fixed centering of important links
1 parent 32fd1c3 commit 309c245

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
build/
44
_site/
55
.jekyll-metadata
6+
.jekyll-cache

_includes/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<section class="btm">
88
<div class="row">
99
<div class="col-md-10">
10-
<p>This <a href="http://github.com/geonode/geonode.github.com/" target="_blank">Website</a> is licensed <a href='https://github.com/GeoNode/geonode/blob/master/license.txt'>CC by SA 2022.</a> - <a href='https://github.com/GeoNode/geonode/blob/master/AUTHORS'>GeoNode Contributors.</a> Designed by <a href="http://www.spatialdev.com/" target="_blank">Spatial Dev</a></p>
10+
<p class="text-start">This <a href="http://github.com/geonode/geonode.github.com/" target="_blank">Website</a> is licensed <a href='https://github.com/GeoNode/geonode/blob/master/license.txt'>CC by SA</a>. - <a href='https://github.com/GeoNode/geonode/blob/master/AUTHORS'>GeoNode Contributors 2022.</a> Designed by <a href="http://www.spatialdev.com/" target="_blank">Spatial Dev</a></p>
1111
</div>
1212
<div class="col-md-2">
1313
<div class="pull-right social">

_includes/important_links.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<section class="important-links">
2-
<div class="row">
2+
<div class="row justify-content-center">
33
<div class="col-md-1 col-md-offset-1">
44
<h2 class="quick-start">Quick Start</h2>
55
</div>

setenv-ruby-gem.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)