This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
mayx
/
blog
mirror of
https://github.com/Mabbs/mabbs.github.io
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
7
Wiki
Activity
Browse Source
Update 2 files
- /_layouts/default.html - /links.md
pull/171/head
mayx
5 months ago
parent
3bfbd78385
commit
d3eefbba2d
2 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
_layouts/default.html
+1
-1
links.md
+ 1
- 0
_layouts/default.html
View File
@ -49,6 +49,7 @@
}
}
<
/
script
>
<
script
src
=
"//instant.page/5.2.0"
type
=
"module"
integrity
=
"sha384-jnZyxPjiipYXnSU0ygqeac2q7CVYMbh84q0uHVRRxEtvFPiQYbXWUorga2aqZJ0z"
>
<
/
script
>
<
style
>
.backToTop{display:none;width:18px;line-height:1.2;padding:5px 0;background-color:#000;color:#fff;font-size:12px;text-align:center;position:fixed;_position:absolute;right:10px;bottom:100px;_bottom:"auto";cursor:pointer;opacity:.6;filter:Alpha(opacity=60);}
<
/
style
>
+ 1
- 1
links.md
View File
@ -8,7 +8,7 @@ tags: [links]
| Link | Description |
| - | - |
{% for item in site.data.links %}|
<
a
href
=
"{{ item.link }}"
data-feed
=
"{{ item.feed_url }}"
>
{{ item.title }}
<
/
a
>
| {{ item.description }} |
{% for item in site.data.links %}|
<
a
href
=
"{{ item.link }}"
target
=
"_blank"
data-feed
=
"{{ item.feed_url }}"
>
{{ item.title }}
<
/
a
>
| {{ item.description }} |
{% endfor %}
## Links申请
Write
Preview
Loading…
Cancel
Save
Powered by
TurnKey Linux
.