Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
feather
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
feather
Commits
f7bd8edb
Commit
f7bd8edb
authored
7 years ago
by
Cole Bemis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename files and directories
parent
59f037cd
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
2 additions
and
2 deletions
+2
-2
icons.html
_includes/icons.html
+2
-2
icons-manifest.json
icons-manifest.json
+0
-0
circle.svg
icons/circle.svg
+0
-0
lock.svg
icons/lock.svg
+0
-0
mail.svg
icons/mail.svg
+0
-0
square.svg
icons/square.svg
+0
-0
unlock.svg
icons/unlock.svg
+0
-0
No files found.
_includes/icons.html
View file @
f7bd8edb
<section
class=
"section icons"
>
<div
class=
"container icons-container"
>
{% for icon in site.data
.icons
%}
{% capture icon_path %}
svg
/{{ icon }}.svg{% endcapture %}
{% for icon in site.data
['icons-manifest']
%}
{% capture icon_path %}
icons
/{{ icon }}.svg{% endcapture %}
<div
class=
"feather-icon"
>
{% include_relative {{ icon_path }} %}
</div>
...
...
This diff is collapsed.
Click to expand it.
icons.json
→
icons
-manifest
.json
View file @
f7bd8edb
File moved
This diff is collapsed.
Click to expand it.
svg
/circle.svg
→
icons
/circle.svg
View file @
f7bd8edb
File moved
This diff is collapsed.
Click to expand it.
svg
/lock.svg
→
icons
/lock.svg
View file @
f7bd8edb
File moved
This diff is collapsed.
Click to expand it.
svg
/mail.svg
→
icons
/mail.svg
View file @
f7bd8edb
File moved
This diff is collapsed.
Click to expand it.
svg
/square.svg
→
icons
/square.svg
View file @
f7bd8edb
File moved
This diff is collapsed.
Click to expand it.
svg
/unlock.svg
→
icons
/unlock.svg
View file @
f7bd8edb
File moved
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment