diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2019-10-03 19:40:09 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2019-10-03 19:43:50 +0000 |
| commit | 551533ebb5ba3927de4989bc9f4746e01f83667b (patch) | |
| tree | 97179b7d57d99d2f635f5d5de40bb912f768794b /build | |
| parent | update self-hosted (diff) | |
| download | mmm-551533ebb5ba3927de4989bc9f4746e01f83667b.tar.gz mmm-551533ebb5ba3927de4989bc9f4746e01f83667b.zip | |
make logo clickable
Diffstat (limited to 'build')
| -rw-r--r-- | build/layout.moon | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/layout.moon b/build/layout.moon index 61f93cb..428ca6f 100644 --- a/build/layout.moon +++ b/build/layout.moon @@ -33,7 +33,7 @@ logo = svg { header: header { div { h1 { - logo + navigate_to '/', logo span { span 'mmm', class: 'bold' '​' |
