We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8675fb6 + 5961dcf commit 9e452beCopy full SHA for 9e452be
sphinx_scylladb_theme/layout.html
@@ -51,7 +51,9 @@
51
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/foundation/5.5.2/css/foundation.min.css" type="text/css" />
52
<link rel="stylesheet" href="{{ pathto('_static/css/doc/main.css', 1) }}" type="text/css" />
53
<link rel="stylesheet" href="{{ pathto('_static/pygments.css', 1) }}" type="text/css" />
54
-
+ <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" />
55
+ <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.3/css/v4-shims.css"/>
56
+
57
{%- block scripts %}
58
{{- script() }}
59
{%- endblock %}
0 commit comments