Skip to content

Commit 0d20014

Browse files
author
BotAn
committed
Gear Page updated banner image
1 parent c1abdb8 commit 0d20014

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed
582 KB
Loading

docs/game-mechanics/gear-system.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
description: A comprehensive guide to the Gear and Crafting systems in Brown Dust 2. Master gear progression, including grades, tiers, upgrade levels, and refinement scores. Learn expert strategies for substat rerolling, Alchemy material farming, and optimizing builds for all DPS and support character types.
44
comments: true
5+
image: assets/images/site/gear-system-banner.png
56

67
---
78
# **Gear System & Crafting Guide — Brown Dust 2**

overrides/main.html

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
{% extends "base.html" %}
22

33
{% block extrahead %}
4-
<meta property="og:title" content="{% if page.title %}{{ page.title }} - {% endif %}{{ config.site_name }}">
5-
6-
{% if page.meta and page.meta.description %}
7-
<meta property="og:description" content="{{ page.meta.description }}">
8-
<meta name="description" content="{{ page.meta.description }}">
4+
{% if page.meta and page.meta.image %}
5+
<meta property="og:image" content="{{ config.site_url }}{{ page.meta.image }}">
6+
<meta name="twitter:image" content="{{ config.site_url }}{{ page.meta.image }}">
97
{% else %}
10-
<meta property="og:description" content="{{ config.site_description }}">
8+
<meta property="og:image" content="{{ config.site_url }}{{ config.extra.social_image }}">
9+
<meta name="twitter:image" content="{{ config.site_url }}{{ config.extra.social_image }}">
1110
{% endif %}
1211

1312
<meta property="og:type" content="website">
14-
<meta property="og:image" content="{{ config.site_url }}{{ config.extra.social_image }}">
1513
<meta name="twitter:card" content="summary_large_image">
1614
{% endblock %}
1715

0 commit comments

Comments
 (0)