@[email protected] 你先看看article.html
的結構,再看怎麼改CSS
@juju 这个模板没有article.html……我拆了几个博客的文件对比着看了也没什么头绪
@[email protected] ???是哪個主題呀
@Hydrangea 改一下list.html的head吧,加一条css进去?
@boxue 啊看了一下就是我之前改的部分
<a class="homelink" href="{{ .Permalink }}">{{ if .Title }} {{ .Title }} {{ else }} Untitled {{ end }}</a>
.homelink {
text-decoration:none;
}
不知为何不管用……
我在index.html
里找到相似的段落,写<a class="h2" href="{{ .Permalink }}">{{ if .Title }} {{- .Title -}} {{ else }} {{- print "Untitled" -}}{{ end }}</a></span>
是可以修改样式为H2的
但写成homelink
也无效,好像H4之后的样式也是无效的。
@boxue F12了下链接发现还是显示.content a样式,我试着important了一下也不行的样子。
@Hydrangea 塔你是不是还没deploy 但是现在我点进去的这个首页a好像有个background image是一个下划线
@boxue 没有没有,现在网站上的版本是没动过超链接样式的。
我在研究看看是不是有别的干扰了。
@Hydrangea inspect 一下看看?是被谁override掉了