peijunlei 2 weeks ago
parent
commit
cb8a195cc4
  1. 4
      public/themes/website/1/en/demo/components/footer.html
  2. 4
      public/themes/website/1/zh/demo/components/footer.html

4
public/themes/website/1/en/demo/components/footer.html

@ -19,7 +19,9 @@
<span>Official WeChat</span>
</div>
<div class="site-footer__qr">
<img src="{hcTaglib:setting name='dark_logo' type='2' /}" alt="Official Channels" />
{hcTaglib:category id="749" item="vo" field="*"}
<img src="{$vo.thumbnail.url ?? ''}" alt="Official Channels" />
{/hcTaglib:category}
<span>Official Channels</span>
</div>
</div>

4
public/themes/website/1/zh/demo/components/footer.html

@ -19,7 +19,9 @@
<span>官方微信</span>
</div>
<div class="site-footer__qr">
<img src="{hcTaglib:setting name='dark_logo' type='2' /}" alt="官方视频号" />
{hcTaglib:category id="707" item="vo" field="*"}
<img src="{$vo.thumbnail.url ?? ''}" alt="官方视频号" />
{/hcTaglib:category}
<span>官方视频号</span>
</div>
</div>

Loading…
Cancel
Save