This repository has been archived on 2023-11-13. You can view files and clone it, but cannot push or open issues or pull requests.
blog/_layouts/default.html
2023-06-03 15:58:09 +08:00

22 lines
499 B
HTML

<!DOCTYPE html>
<html lang="en">
{% include head.html %}
<!-- hack iOS CSS :active style -->
<!-- Image to hack wechat -->
<!-- Migrate from head to bottom, no longer block render and still work -->
<body ontouchstart="">
{% include nav.html %}
{% include search.html %}
{{ content }}
{% include footer.html %}
<img src="/img/icon_wechat.png" width="0" height="0" />
</body>
</html>