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

Replace hardcoded URLs to site in pages and templates #151

Closed
bnvk opened this issue Oct 19, 2017 · 2 comments
Closed

Replace hardcoded URLs to site in pages and templates #151

bnvk opened this issue Oct 19, 2017 · 2 comments
Labels
content Writing and/or design of content jekyll Issues that improve/fix the Jekyll code

Comments

@bnvk
Copy link
Member

bnvk commented Oct 19, 2017

Currently, in throughout the website Jekyll templates and pages, the website URL

http://opensourcedesign.net

Is hardcoded. We should make use of Jekyll variables, so as to make developing locally, a stagging server, etc... all work well. Thus, we should replace that value with

{{ site.url }}

Which then gets drawn from _config.yml values.

@bnvk bnvk added content Writing and/or design of content jekyll Issues that improve/fix the Jekyll code starter issue labels Oct 19, 2017
@aaqaishtyaq
Copy link
Member

hey, @bnvk since no one is currently working/assigned to this issue, I would like take up the task.

@bnvk
Copy link
Member Author

bnvk commented Sep 12, 2018

@aaqaishtyaq go for it 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
content Writing and/or design of content jekyll Issues that improve/fix the Jekyll code
Development

No branches or pull requests

2 participants