FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
nodegit.github.com/_layouts/post.html at master · nodegit/nodegit.github.com · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
nodegit
/
nodegit.github.com
Public
Notifications
You must be signed in to change notification settings
Fork
21
Star
14
Code
Issues
21
Pull requests
12
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
nodegit.github.com
/
_layouts
/
post.html
Copy path
More file actions
More file actions
Latest commit
History
History
History
15 lines (12 loc) · 377 Bytes
Breadcrumbs
nodegit.github.com
/
_layouts
/
post.html
Copy path
File metadata and controls
15 lines (12 loc) · 377 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
---
layout: default
---
<
div
class
="
post
"
>
<
header
class
="
post-header
"
>
<
h1
class
="
post-title
"
>
{{ page.title }}
</
h1
>
<
p
class
="
post-meta
"
>
{{ page.date | date: "%b %-d, %Y" }}{% if page.author %} • {{ page.author }}{% endif %}{% if page.meta %} • {{ page.meta }}{% endif %}
</
p
>
</
header
>
<
article
class
="
post-content
"
>
{{ content }}
</
article
>
</
div
>
Back
|
FazBrowse Home
|
New Git URL