Verified Commit e5ed9ab3 authored by Roman Lacko's avatar Roman Lacko
Browse files

Fix issues with directories used for homeworks

parent 301b7c5e
Loading
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -33,6 +33,8 @@ plugins:
  - jekyll-asciidoc

asciidoctor:
  base_dir: ':docdir'
  safe: unsafe
  attributes:
    icons: font
    sectanchors: ""
@@ -41,7 +43,7 @@ asciidoctor:

defaults:
  - scope:
      path: "hw/hw*"
      path: "hw/*/index.adoc"
    values:
      ptype: "hw"
      layout: "homework"