wowchemy

How can I add a slide title in wowchemy slides?


I use wowchemy academic theme for wowchemy (Hugo static site generator) and I created a presentation with slides, how can I add custom titles to the slides ? The titles appear on the slide menu.


Solution

  • To create a custom slide title,you have to create an element with the class menu-title in your slide section and the element's text will be the title.

    <span class="menu-title" style="display: none">Custom Title</span>