Add snippets.
[librarian.git] / src / librarian / elements / themes / motyw.py
index 25369a7..9f6a886 100644 (file)
@@ -2,6 +2,7 @@ from ..base import WLElement
 
 
 class Motyw(WLElement):
+    ASIDE = True
     HTML_TAG = "a"
 
     def txt_build(self, builder):