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

Abstract footer #65

Closed
danirabbit opened this issue Jan 11, 2015 · 4 comments
Closed

Abstract footer #65

danirabbit opened this issue Jan 11, 2015 · 4 comments

Comments

@danirabbit
Copy link
Member

We should probably pull the footer out into its own file and have it appended to each page to make sure it stays consistent and updated across pages.

This is kind of a pre-requisite to multiple pages.

@lewisgoddard
Copy link
Member

While I hate to say it, PHP is the biggest and most well-supported amongst web hosts.
A simple include '_template/footer.html'; will pull in your template file.

@martpie
Copy link
Collaborator

martpie commented Jan 11, 2015

We can consider a single-page website and then call page-content via Ajax too. Cleanest way to do it in JS.

@lewisgoddard
Copy link
Member

With JS, so long as the actual content is prioritised, it's fine by me. Server side is probably faster though, since it's one less initial http request. We can use ajax for subsequent pages.

@martpie martpie mentioned this issue Jan 12, 2015
5 tasks
@cassidyjames
Copy link
Contributor

I'm leaning on PHP just because it's super easy. :) Also, I'd like to avoid AJAXing parts of the website in unless necessary.

@cassidyjames cassidyjames modified the milestone: Lightweight backend Jan 12, 2015
cassidyjames pushed a commit that referenced this issue Jan 12, 2015
Add basic templating. Fix #42, Fix #65, Fix #74
@lewisgoddard lewisgoddard modified the milestones: Lightweight backend, Total Automation Nov 2, 2016
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

4 participants