mirror of
https://github.com/osmarks/website
synced 2025-09-01 18:27:55 +00:00
Rebuild "other blogs" service without Openring
This commit is contained in:
@@ -40,7 +40,12 @@ block content
|
||||
p View some of my projects at
|
||||
a(href=`https://git.${domain}/`) my git hosting.
|
||||
|
||||
.ring!= openring
|
||||
|
||||
h2.section-header Other Blogs
|
||||
div.ring
|
||||
each entry in openring
|
||||
!= entry
|
||||
|
||||
iframe(src="https://george.gh0.pw/embed.cgi?gollark", style="border:none;width:100%;height:50px", title="Acquiesce to GEORGE.")
|
||||
|
||||
block under-title
|
||||
|
7
templates/remoteFeedEntry.pug
Normal file
7
templates/remoteFeedEntry.pug
Normal file
@@ -0,0 +1,7 @@
|
||||
div.autocol(style=hashBG("remoteFeedEntry", i, 30))
|
||||
div
|
||||
a.title(href=link)= title
|
||||
div.deemph
|
||||
span=`${renderDate(published)} / `
|
||||
a(href=feed.link)= feed.title
|
||||
div!= description
|
Reference in New Issue
Block a user