FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
linlinjava.github.io/categories.html at master · linlinjava/linlinjava.github.io · GitHub
linlinjava
/
linlinjava.github.io
Public
Notifications
You must be signed in to change notification settings
Fork
3
Star
4
Code
Issues
0
Pull requests
0
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
linlinjava.github.io
/
categories.html
Copy path
More file actions
More file actions
Latest commit
History
History
History
18 lines (18 loc) · 515 Bytes
Breadcrumbs
linlinjava.github.io
/
categories.html
Copy path
File metadata and controls
18 lines (18 loc) · 515 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
---
layout: page
title: Categories
permalink: /categories/
---
<
div
class
="
tag-list
"
>
{% for cat in site.categories %}
<
div
class
="
tag-group
"
>
{% capture cat_name %}{{ cat | first }}{% endcapture %}
<
h5
class
="
tag-group-title
"
id
="
{{ cat_name | slugize }}
"
>
{{ cat_name }}
</
h5
>
{% for post in site.categories[cat_name] %}
<
article
class
="
tag-item
"
>
<
a
class
="
tag-item-title
"
href
="
{{ site.url }}{{ post.url }}
"
>
{{post.title}}
</
a
>
</
article
>
{% endfor %}
</
div
>
{% endfor %}
</
div
>
Back
|
FazBrowse Home
|
New Git URL