Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Leonardo Newcomer
@lonko · Joined 1 year ago · 6 posts · 2 topics · 1 reputation
Badges
Recent posts
-
Delimiter doing the opposite
· 1 year ago
@pamtbaau: e markdown of the page looks like. Show what is being displayed in the pa I thought of shortening the code sample but I thought it might need more context, like people could rightly thin
-
Delimiter doing the opposite
· 1 year ago
Hi there, sorry if this is not the right category, I am building a blog from scratch and my summary is doing the reverse of what it should be doing: Ignoring the summary before the delimiter and trunc
-
Turning off the sidebar
· 1 year ago
Solved it, in part. I was being silly, it was right there on line 30 on templates/blog.html.twig. Don't ask me why it was there instead of base.html.twig. 😅 {% embed 'partials/base.html.twig' %} [...
-
Turning off the sidebar
· 1 year ago
Sigh, I must have edited that away because I don't see {% block sidebar_navigation %} anywhere, or likely not copied from Antimatter. So I have no idea where the Sidebar is coming from. To clarify, my
-
Turning off the sidebar
· 1 year ago
Update: I commented or deleted the<div id="sidebar" class="block size-1-3 pure-u-1-3"> section on blog.html.twig, to no avail. [Scratches head] <div class="content-wrapper blog-conten
-
Turning off the sidebar
· 1 year ago
Hi peeps, please forgive my rookie question, this is my first time here-- I'm starting my blog from a barebones blank theme with the blog components copied from the Antimatter theme. I don't have a us