FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
codeIndore.github.io/_includes/latestBlogCard.html at master · codeIndore/codeIndore.github.io · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
codeIndore
/
codeIndore.github.io
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
3
Code
Issues
1
Pull requests
2
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
codeIndore.github.io
/
_includes
/
latestBlogCard.html
Copy path
More file actions
More file actions
Latest commit
History
History
History
20 lines (20 loc) · 810 Bytes
Breadcrumbs
codeIndore.github.io
/
_includes
/
latestBlogCard.html
Copy path
File metadata and controls
20 lines (20 loc) · 810 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
{% assign posts = site.posts | sort: "date" %}
<
a
href
="
{{ posts.last.url | relative_url }}
"
target
="
_blank
"
>
<
div
class
="
card
"
>
<
div
class
="
card-content
"
>
<
div
class
="
media
"
>
<
div
class
="
media-content
"
>
<
p
class
="
title is-4
"
>
Latest Blog post
</
p
>
<
p
class
="
title is-5
"
>
{{ posts.last.title }}
</
p
>
</
div
>
</
div
>
<
div
class
="
content
"
>
<
p
>
{{ posts.last.excerpt }}
</
p
>
</
div
>
</
div
>
<
footer
class
="
card-footer
"
>
{% assign date_format = site.minima.date_format | default: "%b %-d, %Y" %}
<
time
class
="
is-size-7
"
datetime
="
{{ posts.last.date }}
"
>
{{ posts.last.date | date: date_format }}
</
time
>
</
footer
>
</
div
>
</
a
>
Back
|
FazBrowse Home
|
New Git URL