metanorma-bipm 2.2.8 → 2.2.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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