23 lines
667 B
Markdown
23 lines
667 B
Markdown
---
|
|
title: "Title"
|
|
excerpt: "This excerpt will be replaced later."
|
|
sidebar:
|
|
- title: "Placeholder kitten!"
|
|
image: http://placekitten.com/350/250
|
|
image_alt: "logo"
|
|
text: "Small text goes here"
|
|
gallery:
|
|
- image_path: http://placekitten.com/400/500
|
|
alt: "placeholder image 1"
|
|
title: "Kitten!"
|
|
- image_path: http://placekitten.com/500/500
|
|
alt: "placeholder image 2"
|
|
- image_path: http://placekitten.com/700/700
|
|
alt: "placeholder image 3"
|
|
---
|
|
|
|
This is only a placeholder for now - we haven't done anything in this class yet!
|
|
|
|
{% include gallery caption="This is a sample gallery full of kittens" %}
|
|
|
|
Enjoy kittens. |