Skip to content

v1.5.0

Compare
Choose a tag to compare
@liuyib liuyib released this 17 Sep 10:52
· 284 commits to master since this release

Features

  • Add mask layer to footer (20050f3)

Bug Fixes

  • Supporting the config item of 'copyright: since/end' in footer (7310163)
  • #15: Delete the hover effect of the back2top button (37a1e69), closes #15
  • Solved the problem that gitalk invalid when enable pjax (ce9ce4f)

Modified the _config.yml file:

  header:
    mask:
-      enable: true
+      enable: false

  footer:
+    mask:
+      enable: false
+      opacity: 0.5

下面是中文翻译:

新功能

  • 添加底部栏遮罩的配置项 (20050f3)

问题修复

  • 解决配置项 'copyright: since/end' 的支持问题 (7310163)
  • #15: 删除返回顶部按钮的 hover 效果 (37a1e69), closes #15
  • 解决了启用 Pjax 后 Gitalk 评论加载不出来的问题 (ce9ce4f)

修改了 _config.yml 文件:

  header:
    mask:
-      enable: true
+      enable: false

  footer:
+    mask:
+      enable: false
+      opacity: 0.5