user->hasLogin(),true); ?>
need('component/sidebar.php'); ?>
options->rootUrl); ?>
`前面
```html
```
[/collapse]
### 文章底部添加标签
[collapse status="false" title="文章底部添加标签"]在当前文章内容尾部添加该文章的标签,在主题目录下的`/usr/themes/handsome/post.php`文件中的适当地方加入以下代码。
```html
标签:tags(',', true, 'no tag'); ?>
```
[/collapse]
### 文章页面页脚插入one一言
[collapse status="false" title="文章页面页脚插入one一言"]代码放置`开发者设置-文章页脚广告位`
```html
```
[/collapse]
### 时光机去除蒙版
[collapse status="false" title="时光机去除蒙版"]把以下代码添加到`自定义JavaScript代码`内
```javascript
/* 时光机去蒙版 */
try{
document.getElementsByClassName("wrapper-lg bg-white-opacity")[0].classList.remove("bg-white-opacity");
}catch(err){}
```
之后去/usr/themes/handsome/cross.php文件内搜索bg-white-opacity,将这一行代码注释掉,在下方添加
```html
◈
Loading...
Loading...