summaryrefslogtreecommitdiff
path: root/frontend/layouts/meson.build
blob: 3057a77f1c58ab05044457091afea6d4139f79d3 (plain)
1
2
3
4
5
6
foreach hugo_source : [
  'baseof.html',
  'home.html',
]
  hugo_source_targets += fs.copyfile(hugo_source)
endforeach