Skip to content

Commit bccaf9f

Browse files
authored
Merge pull request #768 from ashtum/read-current-version-from-generated-file
Read current version of boost from generated file
2 parents be637e4 + a9d23e6 commit bccaf9f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

common/heading.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,8 @@ <h1 class="heading-title">
1818
"https://books.google.com/books/about/C++_Coding_Standards.html?id=mmjVIC6WolgC" class="external">C++
1919
Coding Standards</a></span></p>
2020
</div>
21-
<script defer="defer" src="https://cppalliance.org/boost-gecko/static/js/main.min.js"></script>
21+
<script
22+
defer="defer"
23+
data-current-version="<!--#include virtual="../generated/current_version.txt"-->"
24+
src="https://cppalliance.org/boost-gecko/static/js/main.min.js"
25+
></script>

0 commit comments

Comments
 (0)