Skip to content

How to manage Footer

alessandro contini edited this page Oct 23, 2017 · 2 revisions

The footer of the micro websites must always contain:

  • information and links about the site maintainer (WeMake or the project's team)
  • links to the opencarecc project homepage (http://opencare.cc), and eventually to the project cluster (Maker In Residence, etc...)
  • most importantly info about the EU funding

Footer

To edit this data please do the following:

  • open the lang.yml file, to be found inside the /_data/ folder, and inside the respective language folders, /en/ /it/ etc...
  • find the dictionary keys for footer.html include file and edit the text according to your needs
# ------------------------------
# --- FOOTER dictionary keys ---
# ------------------------------
# dictionary keys for footer.html include file
footer:
  credits_line_html: "is maintained by <a href='https://opencare.cc'>opencarecc</a>"
  eu_agreement_line: "This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No 688670"

IMPORTANT:

  • You can add HTML tags (eg. link tags, break tags etc...), just please keep it simple (don't overdo the HTML!) and clean, and always remember to use ' in place of " inside HTML tags
  • please always keep the original indentation, breaking the indentation may turn into errors and the incorrect displaying, or not displaying at all, of content
  • the text content can be translated to any of the site languages, for more info please check How to translate text that is not page or post content