Skip to content

Commit cf9a24e

Browse files
committed
modify the title under the darkon logo
1 parent dfa7d23 commit cf9a24e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/src/_templates/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{% block extrahead %}
44
<meta property="og:site_name" content="darkon" />
55
<meta property="og:title" content="Welcome to Darkon" />
6-
<meta property="og:description" content="Performance hacking for your deep learning models." />
6+
<meta property="og:description" content="Toolkit to Hack Your Deep Learning Models." />
77
<meta property="og:image" content="http://darkon.io/_static/logo-og.png" />
88
<meta property="og:url" content="http://darkon.io" />
99
<meta property="og:type" content="website" />

docs/src/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
'github_type': 'star',
127127
'github_banner': True,
128128
'analytics_id': 'UA-109936098-1',
129-
'description': 'Performance hacking for your deep learning models',
129+
'description': 'Toolkit to Hack Your Deep Learning Models.',
130130
'code_font_family': ('monaco', 'Consolas', 'Menlo', 'Deja Vu Sans Mono', 'Bitstream Vera Sans Mono', 'monospace'),
131131
'fixed_sidebar': True,
132132
}

0 commit comments

Comments
 (0)