Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.11 KB

File metadata and controls

23 lines (17 loc) · 1.11 KB
description
An image, title, some text, and link

Feature

👁️ PREVIEW

Useful for your home page, where you want to highlight key points about your lab.

{%
  include feature.html
  image="images/group-photo.jpg"
  link="team"
  title="Meet our team"
  text="Our team is made up of people all around the globe"
  flip=true
%}
ParameterDescriptionDefault
imageURL to an image for the feature.
linkURL to link to when clicking on the image.
title"Headline" for the feature. A few words work best.
textText to show below the heading. Can contain markdown. Accepts arbitrary content.
flipFlip the order of icon and text.false (image left of text)