FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
rwengine.github.io/news.html at master · rwengine/rwengine.github.io · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
rwengine
/
rwengine.github.io
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
7
Code
Issues
1
Pull requests
0
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
rwengine.github.io
/
news.html
Copy path
More file actions
More file actions
Latest commit
History
History
History
22 lines (21 loc) · 648 Bytes
Breadcrumbs
rwengine.github.io
/
news.html
Copy path
File metadata and controls
22 lines (21 loc) · 648 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
layout: default
title: News from the OpenRW project
---
<
section
class
="
content
"
>
<
h1
class
="
main-heading
"
>
News
</
h1
>
{% for post in site.posts %}
<
div
class
="
pure-g news-item
"
>
<
div
class
="
pure-u-1 pure-u-md-1-4
"
>
<
div
class
="
post-meta
"
>
{{ post.date | date_to_long_string }}
</
div
>
</
div
>
<
div
class
="
pure-u-1 pure-u-md-3-4
"
>
<
h2
>
<
a
class
="
post-link
"
href
="
{{ post.url | prepend: site.baseurl }}
"
>
{{ post.title | escape }}
</
a
>
</
h2
>
</
div
>
</
div
>
<
hr
>
{% endfor %}
<
p
class
="
feed-rss
"
>
<
a
href
="
{{
"/feed.xml" | prepend: site.baseurl }}"
>
RSS feed
</
a
>
</
p
>
</
section
>
Back
|
FazBrowse Home
|
New Git URL