diff options
author | Alban Gruin | 2017-09-09 11:53:41 +0200 |
---|---|---|
committer | Alban Gruin | 2017-09-09 11:53:41 +0200 |
commit | 5852f63c7f464f87926d5da289b91e0b8ba2e544 (patch) | |
tree | 7610c86117003993ad08257587aa4f05e9bca34e /templates/index.html | |
parent | 815f01da38f9fd439098643b8522e182bedc1d27 (diff) |
Les liens d’abonnement sont tous cachés
Diffstat (limited to 'templates/index.html')
-rw-r--r-- | templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html index e33f92a..b30b5e1 100644 --- a/templates/index.html +++ b/templates/index.html @@ -48,7 +48,7 @@ li.course { max-width: none; } - header, footer, a.subscribe { + header, footer, p.subscribe { display: none; } } |