Icon Only Section

A section for displaying SVG icons with optional links. Essentially a section wrapper for the icon partial.

Configuration

- sectionType: icon-only
  containerTag: section
  # container settings

  icon:
    icon: 'feather'  # Name of the Feather icon
    title: 'Feather'
    url: ''          # Optional link URL

Configuration Options

Icon Properties

PropertyTypeRequiredDescription
icon.iconstringYesName of the Feather icon to display
icon.titlestringNoTitle/tooltip text for the icon
icon.urlstringNoOptional URL to make the icon clickable