Skip to content

Commit

Permalink
change layout for activities
Browse files Browse the repository at this point in the history
  • Loading branch information
joannakl committed Jan 25, 2020
1 parent 386ad3b commit decb7ed
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions _layouts/activity.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="en">

{% include head.html %}

<body>

<main>
{{ content }}
</main>



</body>

</html>

0 comments on commit decb7ed

Please sign in to comment.