Fix feed issues
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 54s
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 54s
This commit is contained in:
parent
8568c86e6f
commit
200996e77f
1 changed files with 3 additions and 4 deletions
|
@ -214,11 +214,10 @@ function toSlug(string) {
|
||||||
}).join("\n");
|
}).join("\n");
|
||||||
|
|
||||||
resolve(
|
resolve(
|
||||||
`<hr/>
|
`<article class="h-entry">
|
||||||
<article class="h-entry">
|
|
||||||
<h2 class="p-name">${summary}</h2>
|
<h2 class="p-name">${summary}</h2>
|
||||||
<p class="p-content">
|
<p class="e-content">
|
||||||
<a href="https://code.incremental.social/thepaperpilot/pages/commit/${hash}">Pushed on <time class="dt-published">${time}</time></a>
|
<a class="u-url" href="https://code.incremental.social/thepaperpilot/pages/commit/${hash}">Pushed on <time class="dt-published">${time}</time></a>
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
Loading…
Reference in a new issue