{# Cheatsheet Sidebar Displays a cheatsheet link and thumbnail in the sidebar if configured. Uses
for compatibility as requested. #} {% if theme_cheatsheet %} {% set theme_cheatsheet_title = theme_cheatsheet.get('title', 'Cheatsheet') %} {% set theme_cheatsheet_output_dir = theme_cheatsheet.get('output_dir') %} {% set theme_cheatsheet_thumbnail = theme_cheatsheet.get('thumbnail') %} {% set theme_cheatsheet_output = pathto(theme_cheatsheet_output_dir, 1) %} {% set theme_cheatsheet_thumbnail = pathto(theme_cheatsheet_thumbnail, 1) %} {% endif %}