metanorma-bipm 2.2.8 → 2.2.10

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,4 @@
1
1
  <nav>
2
- <h1 id="content">{{ labels["table_of_contents"] }}</h1>
3
2
  <div id="toc"></div>
4
3
 
5
4
  </nav>
@@ -21,7 +21,7 @@ module IsoDoc
21
21
  end
22
22
 
23
23
  def omit_docid_prefix(prefix)
24
- return true if %w(BIPM).include? prefix
24
+ return true if %w(BIPM BIPM-long).include? prefix
25
25
 
26
26
  super
27
27
  end