Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

added combyne template engine #1

Merged
merged 3 commits into from
Sep 28, 2011
Merged

added combyne template engine #1

merged 3 commits into from
Sep 28, 2011

Conversation

tbranyen
Copy link

to list

@paularmstrong
Copy link
Owner

I don't see the lib file or simple.html template included for benchmarking.

Can you make sure to add those as well?

@tbranyen
Copy link
Author

The typical hunk I am, totally forgot git add... incoming git -f...

@tbranyen
Copy link
Author

Hey @paularmstrong updated the README as well. Hope I didn't miss anything else.

paularmstrong added a commit that referenced this pull request Sep 28, 2011
added combyne template engine
@paularmstrong paularmstrong merged commit c8ace9c into paularmstrong:master Sep 28, 2011
@paularmstrong
Copy link
Owner

After merging, I'm finding that the templates aren't built correctly. I'm reverting this out. I'm not really sure how to fix it, as I'm not familiar with Combyne. Would you be able to clear this up?

This is the output that I see:

<h1>Colors</h1>
<ul>
    <li><a href=""></a></li>
</ul>

But I'm expecting to see:

<h1>Colors</h1>
<ul>
     <li><strong>red</strong></li>
     <li><a href="#Green">green</a></li>
     <li><a href="#Blue">blue</a></li>
</ul>

@tbranyen
Copy link
Author

Investigating right now.

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

Successfully merging this pull request may close these issues.

2 participants