Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Address not displayed properly #3

Closed
efstratios opened this issue Jan 12, 2016 · 1 comment
Closed

Address not displayed properly #3

efstratios opened this issue Jan 12, 2016 · 1 comment

Comments

@efstratios
Copy link

Dear all,

I am trying to make a new website for a friend based on your theme but i can't get the address to be displayed properly :-/ is there a specific way to write it on _config.yml file ? The address I want is : Themistokleous 64, 106 81 Athens, Greece here is my code : https://github.com/kavouras-rempetika

@volny
Copy link
Owner

volny commented Jan 14, 2016

You can separate your address per line, like so:

address:
  - line: Themistokleous 64
  - line: 106 81 Athens, Greece

or

address:
  - line: Themistokleous 64
  - line: 106 81 Athens
  - line: Greece

add as many lines as you want.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants