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

Should there be an Ask feature? #6

Open
ghost opened this issue Nov 27, 2014 · 0 comments
Open

Should there be an Ask feature? #6

ghost opened this issue Nov 27, 2014 · 0 comments

Comments

@ghost
Copy link

ghost commented Nov 27, 2014

Hello, I was thinking that there should be a feature that checks for an ask box and if there is one, it would render the user's title of the ask box and have that title link to it. Here's what I mean

{block:AskEnabled}
    <li><a href="{BlogURL}ask">{AskLabel}</a></li>
{/block:AskEnabled}

I would recommend putting it above the

{block:HasPages}
    {block:Pages}
        <li><a href="{URL}">{Label}</a></li>
     {/block:Pages}
{/block:HasPages}

section

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

0 participants