We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 880bab2 + a89957a commit 2b7202dCopy full SHA for 2b7202d
src/_includes/layouts/quotes.njk
@@ -11,6 +11,7 @@
11
<main>
12
<div class="quotes">
13
{{ quote.quote }} ― <b>{{ quote.author }}</b>.
14
+ <div class="quote-source">{{ quote.source }}</div>
15
<div class="quote-date">Adicionado em {{ quote.date }}</div>
16
</div>
17
<div class="breaker"></div>
src/quotes/index.md
@@ -1,6 +1,7 @@
1
---
2
layout: default
3
title: citações
4
+templateEngineOverride: njk,md
5
pagination:
6
data: collections.quotes
7
size: 15
src/styles.css
@@ -262,6 +262,11 @@ article {
262
font-style: italic;
263
}
264
265
+.quote-source {
266
+ margin-top: 1rem;
267
+ font-style: italic;
268
+}
269
+
270
.quote-content {
271
margin-top: 5px;
272
margin-bottom: 40px;
0 commit comments