Skip to content

Commit 5f863c7

Browse files
author
Danyel Fisher
committed
added figure number and heading
1 parent b73117b commit 5f863c7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

_layouts/examplepage.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,13 @@
1818
}).catch( console.error );
1919

2020
</script>
21-
2221
<a href="../figurelist.html">◀ Back to List of Figures</a>
22+
<h1> {{page.number}} {{page.title}} </h1>
2323

2424
<p>
2525
{{ page.description }}
2626
</p>
2727

2828
<div id="view"></div>
29+
30+
<p>This is Figure {{ page.number }} from the book, <a href="http://shop.oreilly.com/product/0636920041320.do">Making Data Visual</a> by Danyel Fisher and Miriah Meyer, O'Reilly Press, 2018.</p>

0 commit comments

Comments
 (0)