Closed roughnecks closed 1 year ago
Hello,
I was trying to remove the "Blog" link from my site's sidebar, so I edited themes/topaz/content/sidebar.twig and removed these lines:
themes/topaz/content/sidebar.twig
<li> <a href="{{ url('index') }}">{{ "Blog" | translate }}</a> </li>
but nothing really changed. Is that correct? Do I need to perform additional steps to modify a theme?
Thanks
Delete the contents of includes/caches/twig or enable debug mode.
Delete the contents of includes/caches/twig
Perfect, worked like a charm. TY
Hello,
I was trying to remove the "Blog" link from my site's sidebar, so I edited
themes/topaz/content/sidebar.twig
and removed these lines:but nothing really changed. Is that correct? Do I need to perform additional steps to modify a theme?
Thanks