Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Micah Shaw Guttman Newcomer
@memtech3 · Joined 6 years ago · 3 posts · 1 topics · 1 reputation
Badges
✏️ First Post
💬 Conversation Starter
Recent posts
-
Considering moving to Github Discussions, thoughts?
· 6 years ago
Have you explored discourse integrations with github issue tracking? Although I understand your push to move, I think that you should wait a little for github discussions to be out of beta for such a
-
Applying a blueprint to a partial
· 6 years ago
Self solved: the footer.md page's template had to be set to footer
-
Applying a blueprint to a partial
· 6 years ago
I created a blueprint for my footer, a partial included in my base.html like this {% block footer %} {% include 'partials/footer.html.twig' with {'page': page.find('/footer', true)} %} {% endblock %}