File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {}
Original file line number Diff line number Diff line change @@ -66,6 +66,10 @@ plugins:
6666 type : date
6767 timezone : UTC
6868 - macros
69+ - social :
70+ cards : false
71+ cards_layout_options :
72+ background_image : assets/images/site/banner.png
6973
7074markdown_extensions :
7175 - attr_list
@@ -85,8 +89,7 @@ markdown_extensions:
8589 - toc :
8690 separator : " -"
8791extra :
88- social_image : ../assets/images/site/banner.avif
89-
92+ social_image : assets/images/site/banner.png
9093 S1_Ability_S_Book : ' { .icon }'
9194 S1_Rank_up_Star : ' { .icon }'
9295 S2_Ability_S_Book : ' { .icon }'
Original file line number Diff line number Diff line change 11{% extends "base.html" %}
22
3+ {% block extrahead %}
4+ < meta property ="og:type " content ="website ">
5+ < meta property ="og:image " content ="{{ config.site_url }}{{ config.extra.social_image }} ">
6+
7+ < meta name ="twitter:card " content ="summary_large_image ">
8+ < meta name ="twitter:image " content ="{{ config.site_url }}{{ config.extra.social_image }} ">
9+ {% endblock %}
10+
311{% block content %}
412 {{ super() }}
513
You can’t perform that action at this time.
0 commit comments