Skip to content

Commit

Permalink
Merge pull request #118 from InterImm/integrate-hub
Browse files Browse the repository at this point in the history
Adjust page displays
  • Loading branch information
emptymalei authored Nov 12, 2021
2 parents 7b01520 + 036816b commit 9e07be4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ params:
twitter: "" # Optional, to display link to twitter account in menu bar
author: "InterImm"
editURL: "https://github.com/InterImm/InterImmBook/edit/master/content/"
feedback: "https://github.com/InterImm/InterImmBook/issues"


outputFormats:
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion themes/interimm
Submodule interimm updated 37 files
+8 −0 data/cities.yml
+11 −0 layouts/book/section.html
+4 −1 layouts/book/single.html
+65 −0 layouts/cities/list.html
+53 −0 layouts/cities/single.html
+17 −0 layouts/partials/book/current-section-toc-bare.html
+13 −0 layouts/partials/book/current-section-toc.html
+18 −0 layouts/partials/book/feedback-button.html
+47 −0 layouts/partials/list/page-card.html
+ static/assets/map/extra-markers/css/img/markers_default.png
+ static/assets/map/extra-markers/css/img/[email protected]
+ static/assets/map/extra-markers/css/img/markers_shadow.png
+ static/assets/map/extra-markers/css/img/[email protected]
+8 −0 static/assets/map/extra-markers/css/leaflet.extra-markers.min.css
+ static/assets/map/extra-markers/img/markers_default.png
+ static/assets/map/extra-markers/img/[email protected]
+ static/assets/map/extra-markers/img/markers_shadow.png
+ static/assets/map/extra-markers/img/[email protected]
+9 −0 static/assets/map/extra-markers/js/leaflet.extra-markers.min.js
+ static/assets/map/fontawesome-markers/images/markers-matte.png
+ static/assets/map/fontawesome-markers/images/[email protected]
+ static/assets/map/fontawesome-markers/images/markers-plain.png
+ static/assets/map/fontawesome-markers/images/markers-shadow.png
+ static/assets/map/fontawesome-markers/images/[email protected]
+ static/assets/map/fontawesome-markers/images/markers-soft.png
+ static/assets/map/fontawesome-markers/images/[email protected]
+124 −0 static/assets/map/fontawesome-markers/leaflet.awesome-markers.css
+125 −0 static/assets/map/fontawesome-markers/leaflet.awesome-markers.js
+7 −0 static/assets/map/fontawesome-markers/leaflet.awesome-markers.min.js
+60 −0 static/assets/map/marker-cluster/MarkerCluster.Default.css
+14 −0 static/assets/map/marker-cluster/MarkerCluster.css
+5 −0 static/assets/map/marker-cluster/WhereAreTheJavascriptFiles.txt
+2,690 −0 static/assets/map/marker-cluster/leaflet.markercluster-src.js
+1 −0 static/assets/map/marker-cluster/leaflet.markercluster-src.js.map
+3 −0 static/assets/map/marker-cluster/leaflet.markercluster.js
+1 −0 static/assets/map/marker-cluster/leaflet.markercluster.js.map
+1 −0 static/img/cities/default.svg

0 comments on commit 9e07be4

Please sign in to comment.