diff options
author | blendoit <blendoit@gmail.com> | 2020-01-29 07:02:48 -0800 |
---|---|---|
committer | blendoit <blendoit@gmail.com> | 2020-01-29 07:02:48 -0800 |
commit | 09611b72871e15bed0da0f3c7ed96b12cc9e0709 (patch) | |
tree | 9804fce594b99e6b45425b16ccae1aece9c6df62 /app/templates/home.html | |
parent | d0214aff79c065e684d86ac3cd43f81e583d86a0 (diff) |
Homepage: only use transitions.
Next step is to try only keyframes for more fine-grain control.
Diffstat (limited to 'app/templates/home.html')
-rw-r--r-- | app/templates/home.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/templates/home.html b/app/templates/home.html index d21c427..5990c14 100644 --- a/app/templates/home.html +++ b/app/templates/home.html @@ -17,7 +17,6 @@ <h2>{{post.date}}</h2> <p>{{post.content}}</p> </div> - <div class="btn-wrapper"> <a href="{{ url_for('home') }}" class="btn-yes"></a> <a href="{{ url_for('home') }}" class="btn-no"></a> |