Have multiple html documents combine to make a solitary page.
Hi!
I have been watching a video on YouTube from DevTips. He uses Jekyll as his programming platform and as such there are some differences in the code.
One thing that he is able to do is in the index.html he uses code like this;
{% include header.html%}
This code links the header code to the index and makes the preview appear with the header but from the index document instead of the header document.
Is there a way to do this with Dreamweaver? Have multiple documents with HTML, CSS and JS all combine to create one page?
Thanks, I hope that makes sense.
