mirror of
https://github.com/boostorg/website-v2.git
synced 2026-01-19 04:42:17 +00:00
Remove "toc-hidden" class from original_docs.html
This commit is contained in:
committed by
Kari Skinner
parent
5f022aca0a
commit
097b81c66d
@@ -2,7 +2,7 @@
|
||||
{% load i18n %}
|
||||
{% get_current_language as LANGUAGE_CODE %}
|
||||
<!DOCTYPE html>
|
||||
<html lang="{{ LANGUAGE_CODE }}" class="toc-hidden">
|
||||
<html lang="{{ LANGUAGE_CODE }}">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<link href="{% static 'css/header.css' %}">
|
||||
|
||||
Reference in New Issue
Block a user