AngryPowman / hexo-theme-prontera

A light theme for Hexo: http://powman.org
MIT License
72 stars 20 forks source link

An error happened when i don't have any "friend_links" in config #1

Open Genesic opened 7 years ago

Genesic commented 7 years ago
Unhandled rejection TypeError: /Users/chuhenwei/code/blog/themes/prontera/layout/partial/sidebar.jade:14
    12|     p= __('friend_link')
    13|   - var friend_links = theme.friend_links;
  > 14|   each link in friend_links
    15|     a.link-item(href=link[2] target="_blank")
    16|         div.link-container
    17|           .site-name
AngryPowman commented 7 years ago

Thanks, it really existed. Please define it on your theme config before next patch. :)