Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

新问题来了!页脚顺序好像怎么改都是在下面的 我想在上方显示 #43

Open
yeminxi opened this issue May 19, 2024 · 6 comments

Comments

@yeminxi
Copy link

yeminxi commented May 19, 2024

@yeminxi
Copy link
Author

yeminxi commented May 19, 2024

@yeminxi
Copy link
Author

yeminxi commented May 19, 2024

不好意思打扰了 原因是我本来_config.yml里面也有一个图片懒加载然后主题里也有个冲突了导致出不来,现在已经可以了。

@yuang01
Copy link
Owner

yuang01 commented May 20, 2024

嗯嗯,好的

@yeminxi yeminxi changed the title getPhoto 获取不了图 报错 新问题来了!页脚顺序好像怎么改都是在下面的 我想在上方显示 May 23, 2024
@yeminxi
Copy link
Author

yeminxi commented May 23, 2024

嗯嗯,好的
如图
image

@yuang01
Copy link
Owner

yuang01 commented May 23, 2024

这样写,例如我这里增加了一个aa, bb名字随便取

# 设置网站页脚
site_footer:
  # 通过layout控制页脚元素的显示和顺序
  # busuanzi是访客数那个,假如说你想在 social和 copyright中间加一个自定义内容, 可以这样写 layout: [social, aaa ,copyright, busuanzi, custom], 然后在下面写上aaa: 'markdown格式', aaa这个名称随便取
  layout: [aa, bb, social, copyright, custom]
  aa: '[Hello World](http://baidu.com)'
  bb: '你好呀,你好呀'
  social:
    - icon: fas fa-rss
      url: /atom.xml
    - icon: fas fa-envelope
      url: mailto:[email protected]
    - icon: fab fa-github
      url: https://github.com/yuang01/hexo-theme-bamboo
    - icon: fab fa-qq
      url: tencent://AddContact/?fromId=50&fromSubId=1&subcmd=all&uin=xxxxxxxxx
  copyright: 'Copyright © 2019 - 2023 <a href="https://github.com/yuang01">yuang01</a> | Powered by <a href="https://hexo.io/zh-cn/docs/">Hexo</a> | Theme <a href="https://github.com/yuang01/theme">Bamboo</a> '
  custom: # 根据需要自行取消注释,label: 'markdown格式',会在下面继续增加内容
    # - label: '<br>'
    # - label: '[Hello World](http://baidu.com)'
  1. 上面的layout里面,加上aa, bb, 例如layout: [aa, bb, social, copyright, custom]
  2. aa: '我是aa'
  3. bb: '我是bb'
  4. 如果你想让bb显示在aa的前面,则layout: [bb, aa, social, copyright, custom]

@yeminxi
Copy link
Author

yeminxi commented Jun 1, 2024

这样写,例如我这里增加了一个aa, bb名字随便取

# 设置网站页脚
site_footer:
  # 通过layout控制页脚元素的显示和顺序
  # busuanzi是访客数那个,假如说你想在 social和 copyright中间加一个自定义内容, 可以这样写 layout: [social, aaa ,copyright, busuanzi, custom], 然后在下面写上aaa: 'markdown格式', aaa这个名称随便取
  layout: [aa, bb, social, copyright, custom]
  aa: '[Hello World](http://baidu.com)'
  bb: '你好呀,你好呀'
  social:
    - icon: fas fa-rss
      url: /atom.xml
    - icon: fas fa-envelope
      url: mailto:[email protected]
    - icon: fab fa-github
      url: https://github.com/yuang01/hexo-theme-bamboo
    - icon: fab fa-qq
      url: tencent://AddContact/?fromId=50&fromSubId=1&subcmd=all&uin=xxxxxxxxx
  copyright: 'Copyright © 2019 - 2023 <a href="https://github.com/yuang01">yuang01</a> | Powered by <a href="https://hexo.io/zh-cn/docs/">Hexo</a> | Theme <a href="https://github.com/yuang01/theme">Bamboo</a> '
  custom: # 根据需要自行取消注释,label: 'markdown格式',会在下面继续增加内容
    # - label: '<br>'
    # - label: '[Hello World](http://baidu.com)'
  1. 上面的layout里面,加上aa, bb, 例如layout: [aa, bb, social, copyright, custom]
  2. aa: '我是aa'
  3. bb: '我是bb'
  4. 如果你想让bb显示在aa的前面,则layout: [bb, aa, social, copyright, custom]

好的谢谢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants