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");
|
||||
|
||||
resolve(
|
||||
`<hr/>
|
||||
<article class="h-entry">
|
||||
`<article class="h-entry">
|
||||
<h2 class="p-name">${summary}</h2>
|
||||
<p class="p-content">
|
||||
<a href="https://code.incremental.social/thepaperpilot/pages/commit/${hash}">Pushed on <time class="dt-published">${time}</time></a>
|
||||
<p class="e-content">
|
||||
<a class="u-url" href="https://code.incremental.social/thepaperpilot/pages/commit/${hash}">Pushed on <time class="dt-published">${time}</time></a>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
Loading…
Reference in a new issue