Skip to content

Commit

Permalink
remove pdf download link from footer
Browse files Browse the repository at this point in the history
  • Loading branch information
domeniconappo committed Apr 24, 2020
1 parent 8741f67 commit 005b719
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@ source "https://rubygems.org"
gemspec
source 'https://rubygems.org'
gem 'github-pages', group: :jekyll_plugins
gem "jekyll-github-metadata"
gem "jekyll-octicons"
gem "jemoji"
5 changes: 3 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ defaults:
share: false
related: false
sidebar:

- section_title: "Introduction"
items:
- title: "About LISFLOOD"
Expand All @@ -292,7 +292,7 @@ defaults:
- title: "- Evaporation from the soil surface"
url: 2_stdLISFLOOD_soil-evaporation
- title: "- Evaporation of interceted water"
url: 2_stdLISFLOOD_evaporation-intercepted-water
url: 2_stdLISFLOOD_evaporation-intercepted-water
- title: "- Interception"
url: 2_stdLISFLOOD_interception
- title: "- Irrigation"
Expand Down Expand Up @@ -368,3 +368,4 @@ defaults:


theme: jekyll-theme-minimal
github: [metadata]
3 changes: 0 additions & 3 deletions _includes/footer.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
<div class="page__footer">
<p>
<a href="Lisflood_Model.pdf"><img src="{{ '/media/adobe.png' | prepend: site.baseurl }}" alt="Adobe logo" width="32" height="32"/> Download this manual in PDF version</a>
</p>
</div>
<div class="page__footer-copyright">
&copy; {{ site.time | date: '%Y' }} {{ site.name | default: site.title }}. {{ site.data.ui-text[site.locale].powered_by | default: "Powered by" }} <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> &amp; <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.
Expand Down
2 changes: 0 additions & 2 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
<html lang="{{ site.locale | slice: 0,2 | default: "en" }}" class="no-js">
<head>
{% include head.html %}
{% include head/custom.html %}
</head>

<body class="layout--{{ page.layout | default: layout.layout }}{% if page.classes or layout.classes %}{{ page.classes | default: layout.classes | join: ' ' | prepend: ' ' }}{% endif %}">
Expand All @@ -31,7 +30,6 @@

<div class="page__footer">
<footer>
{% include footer/custom.html %}
{% include footer.html %}
</footer>
</div>
Expand Down

0 comments on commit 005b719

Please sign in to comment.