Browse Source

Fix logo url

pull/344/head
afc163 9 years ago
parent
commit
3289ee28eb
  1. 2
      site/templates/home.html
  2. 2
      site/templates/layout.html

2
site/templates/home.html

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

2
site/templates/layout.html

@ -88,7 +88,7 @@
</head>
<body {% block bodyAttribute %}{% endblock %}>
<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">
{{ config.site.name }}
</a>

Loading…
Cancel
Save