Fix logo url

pull/344/head
afc163 10 years ago
parent 8db6fc8c78
commit 3289ee28eb

@ -16,7 +16,7 @@
<div class="entry-slogan"> <div class="entry-slogan">
{{ config.site.description }} {{ config.site.description }}
</div> </div>
<a class="entry-link" href="/spec/introduce"> <a class="entry-link" href="{{static_url('../docs/introduce')}}">
<i class="anticon anticon-smile"></i> <i class="anticon anticon-smile"></i>
开始使用 开始使用
</a> </a>

@ -88,7 +88,7 @@
</head> </head>
<body {% block bodyAttribute %}{% endblock %}> <body {% block bodyAttribute %}{% endblock %}>
<header id="header" class="clearfix"> <header id="header" class="clearfix">
<a class="logo" href="/"> <a class="logo" href="{{static_url('../')}}">
<img width="60" src="https://t.alipayobjects.com/images/rmsweb/T1B9hfXcdvXXXXXXXX.svg"> <img width="60" src="https://t.alipayobjects.com/images/rmsweb/T1B9hfXcdvXXXXXXXX.svg">
{{ config.site.name }} {{ config.site.name }}
</a> </a>

Loading…
Cancel
Save