I’m trying to use the Sidebar for Tiny Theme plug in. I’m trying to work out how to put different blogrolls in the sidebar.
I currently have this in the layouts/partials/sidebar.html custom template:
{{ partial "sidebar-for-tiny-theme/recommendations.html" . }}
Which successfully puts my Recommendations blog roll in the sidebar. But how do I put other blogrolls in there?
If I have another blogroll entitled Economics, what code would I need for that?