Skip to content

Commit

Permalink
add unique random id
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitskvmdam committed Jun 15, 2022
1 parent 5ac6366 commit 6e5daac
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions tmpl/layout.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<?js= this.partial('sidebar.tmpl') ?>
</div>

<div class="navbar-container" id="navbar">
<div class="navbar-container" id="VuAckcnZhf">
<?js= this.partial('navbar.tmpl') ?>
</div>

Expand All @@ -96,7 +96,7 @@

<?js if(this.footer) {?>

<footer class="footer" id="footer">
<footer class="footer" id="PeOAagUepe">
<div class="wrapper">
<?js= this.footer ?>
</div>
Expand Down Expand Up @@ -130,7 +130,7 @@

<script type="text/javascript">
tocbot.init({
tocSelector: '#toc',
tocSelector: '#eed4d2a0bfd64539bb9df78095dec881',
contentSelector: '.main-content',
headingSelector: 'h1, h2, h3',
hasInnerContainers: true,
Expand Down
10 changes: 5 additions & 5 deletions tmpl/search.tmpl
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<div class="search-container" id="search-container" style="display: none">
<div class="wrapper" id="search-wrapper">
<button class="icon-button search-close-button" id="search-close-button" aria-label='close search'>
<div class="search-container" id="PkfLWpAbet" style="display: none">
<div class="wrapper" id="iCxFxjkHbP">
<button class="icon-button search-close-button" id="VjLlGakifb" aria-label='close search'>
<svg>
<use xlink:href="#close-icon"></use>
</svg>

</button>
<div class="search-box-c">
<svg><use xlink:href="#search-icon"></use></svg>
<input type="text" id="search-input" class="search-input" placeholder="Search..." autofocus>
<input type="text" id="vpcKVYIppa" class="search-input" placeholder="Search..." autofocus>
</div>
<div class="search-result-c" id="search-result-c">
<div class="search-result-c" id="fWwVHRuDuN">
Type anything to view search result
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion tmpl/toc.tmpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="toc-content">
<span class="bold">On this page</span>
<div id="toc"></div>
<div id="eed4d2a0bfd64539bb9df78095dec881"></div>
</div>

0 comments on commit 6e5daac

Please sign in to comment.