Skip to content

Commit 90c3586

Browse files
committed
Hide funding sentence in footer
1 parent e7945b2 commit 90c3586

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

_includes/layouts/base.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
{{ totalcss | safe }}
110110
</style>
111111
</head>
112-
<body id="top">
112+
<body id="top" class="{% if hideFundingNote %}hide-funding-note{% endif %}">
113113
{% if js and js.vue %}
114114
<script src="{{ '/js/vue.min.js' | urla }}"></script>
115115
{% endif %}

_scss/index.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,7 @@
6565
.wave > path {
6666
fill: colors.$background-accent;
6767
}
68+
69+
.footer .funding-note {
70+
display: none;
71+
}

de/_includes/footer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[↑ nach oben](#top)
22

3-
**coli-conc** ist Teil der [Verbundzentrale des GBV (VZG)](https://www.gbv.de/). Es wird von der Deutschen Forschungsgemeinschaft (DFG) und von [BASENFDI](https://base4nfdi.de/) gefördert: [2015-2019](https://gepris.dfg.de/gepris/projekt/276843344), [2021-2023](https://gepris.dfg.de/gepris/projekt/455051200), [2025-2028](https://gepris.dfg.de/gepris/projekt/542958113).
3+
<span class="funding-note">**coli-conc** ist Teil der [Verbundzentrale des GBV (VZG)](https://www.gbv.de/). Es wird von der Deutschen Forschungsgemeinschaft (DFG) und von [BASENFDI](https://base4nfdi.de/) gefördert: [2015-2019](https://gepris.dfg.de/gepris/projekt/276843344), [2021-2023](https://gepris.dfg.de/gepris/projekt/455051200), [2025-2028](https://gepris.dfg.de/gepris/projekt/542958113).</span>
44

55
[Impressum](https://www.gbv.de/impressum)
66
| [Barrierefreiheit]({{ "/erklaerung-zur-barrierefreiheit/" | url }})

en/_includes/footer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[↑ back to top](#top)
22

3-
**coli-conc** is part of [Verbundzentrale des GBV (VZG)](https://www.gbv.de/). It is funded by German Research Foundation (DFG) [2015-2019](https://gepris.dfg.de/gepris/projekt/276843344), [2021-2023](https://gepris.dfg.de/gepris/projekt/455051200), [2025-2028](https://gepris.dfg.de/gepris/projekt/542958113) and by [BASE4NFDI](https://base4nfdi.de/).
3+
<span class="funding-note">**coli-conc** is part of [Verbundzentrale des GBV (VZG)](https://www.gbv.de/). It is funded by German Research Foundation (DFG) [2015-2019](https://gepris.dfg.de/gepris/projekt/276843344), [2021-2023](https://gepris.dfg.de/gepris/projekt/455051200), [2025-2028](https://gepris.dfg.de/gepris/projekt/542958113) and by [BASE4NFDI](https://base4nfdi.de/).</span>
44

55
[Impressum](https://www.gbv.de/impressum)
66
| [Barrierefreiheit]({{ "/erklaerung-zur-barrierefreiheit/" | url }})

0 commit comments

Comments
 (0)