Add support for code syntax highlighting
This commit is contained in:
parent
ed1a3e3cfa
commit
e284972969
9 changed files with 69 additions and 7 deletions
|
|
@ -11,6 +11,9 @@ eleventyNavigation:
|
|||
<section>
|
||||
<h2><a href={{ post.url }}>{{ post.data.title }}</a></h2>
|
||||
<div>
|
||||
<svg class="icon">
|
||||
<use href="/images/feather-sprite.svg#clock" />
|
||||
</svg>
|
||||
{{ post.date.toLocaleDateString("en-US") }}
|
||||
</div>
|
||||
<p>{{ post.data.description }}</p>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
{
|
||||
"tags": [ "posts" ]
|
||||
"tags": [ "posts" ],
|
||||
"date": "git Created"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue