diff --git a/_layouts/course.html b/_layouts/course.html index 4bf030a9c5651dd673d6f471bdca96671126acce..fce566bbe0de3d01d43fcba48b725ea9dd1bb4eb 100644 --- a/_layouts/course.html +++ b/_layouts/course.html @@ -22,7 +22,7 @@ layout: default </div> </div> </div> - <p> + <div class="caption"> {{content}} - </p> + </div> </div> \ No newline at end of file diff --git a/_layouts/person.html b/_layouts/person.html index f98a9b96c4c65ae3f7b5568efec3ecb706d80370..7d904b649090d329fd04a1f166c92ab7a8302c7a 100644 --- a/_layouts/person.html +++ b/_layouts/person.html @@ -51,7 +51,7 @@ layout: default </div> - <p> + <div class="caption"> {{content}} - </p> + </div> </div> diff --git a/_layouts/post.html b/_layouts/post.html index dbdf3f71d2661653c45c9303a5a44723e9aeb26d..153ca21ddd8661d8f901d30ce7f3c44dea6134bb 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -17,7 +17,7 @@ layout: default </div> </div> </div> - <p> + <div class="caption"> {{content}} - </p> + </div> </div> \ No newline at end of file diff --git a/_layouts/project.html b/_layouts/project.html index 97c49cdd3e2d35b5c3da6bb6984ff92137292314..9ffe25a7d3aa00c888fd4f0e55370f9c07a22833 100644 --- a/_layouts/project.html +++ b/_layouts/project.html @@ -86,7 +86,7 @@ layout: default {% endif %} </div> </div> - <p> + <div class="caption"> {{content}} - </p> + </div> </div \ No newline at end of file diff --git a/_layouts/system.html b/_layouts/system.html index f553b6291cd824daa0051b37ee35b5665c8f2d48..54e943e13bfad7e80e4217d3f3650c084d58c522 100644 --- a/_layouts/system.html +++ b/_layouts/system.html @@ -48,7 +48,7 @@ layout: default {% endif %} </div> </div> - <p> + <div class="caption"> {{content}} - </p> + </div> </div> \ No newline at end of file