mirror of
https://github.com/MISP/misp-galaxy.git
synced 2024-11-22 14:57:18 +00:00
Add [index] navigation buttons
This commit is contained in:
parent
c40130eab8
commit
48d19c9a24
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ class Site:
|
|||
def __init__(self, path, name) -> None:
|
||||
self.path = path
|
||||
self.name = name
|
||||
self.content = ""
|
||||
self.content = '[Hide Navigation](#){ .md-button #toggle-navigation }\n[Hide TOC](#){ .md-button #toggle-toc }\n<div class="clearfix"></div> \n\n'
|
||||
|
||||
def add_content(self, content):
|
||||
self.content += content
|
||||
|
|
Loading…
Reference in a new issue