mirror of
https://github.com/dongdigua/dongdigua.github.io
synced 2024-11-23 23:53:10 +08:00
dongdigua
bac4ca2d66
- [BUG] `html-body-id-filter` will cause toc not work - collections add tag to mitigate bug above - `ln -s` use CI script instead of in repo
8 lines
288 B
Bash
Executable File
8 lines
288 B
Bash
Executable File
#! /bin/sh
|
|
|
|
# bili_ip
|
|
sed -i '6a <link rel="shortcut icon" href=https://www.bilibili.com/favicon.ico>' bili_ip.html
|
|
|
|
# magical index
|
|
sed -i '6a <link rel="shortcut icon" href=https://static.wikia.nocookie.net/minecraft_gamepedia/images/5/55/Enchanted_Book.gif>' internet_collections.html
|