Commit a89a117
committed
Remove FooterHelper and default footer messaging
** Why are these changes being introduced:
* During initial prototyping of this theme, I put together a simple
helper class to try and figure out how they work, and what they might
be useful for. At this stage of the project, though, I'm not sure that
we will have a need for them - so it is time to remove it.
(The Freedome theme has a suitable example, in the wild, of what a
helper class might do, by the way)
** Relevant ticket(s):
* https://mitlibraries.atlassian.net/browse/post-69
** How does this address that need:
* This removes the FooterHelper class, the reference to it in the
config.ini, and the call to it in the page layout template.
* This also removes the entire <footer> element that was part of the
default page layout, which included a "Build with Omeka S" phrase that
we don't want to preserve.
* Finally, this updates the Makefile's deploy workflow to remove the
reference to the now-deleted helper folder.
** Document any side effects to this change:
* This isn't a side effect per se, but if we ever decide to add a
helper down the road, like with the addition of any other deployable
folder, we will need to keep the Makefile's deploy steps in sync.1 parent 5ba1158 commit a89a117
4 files changed
Lines changed: 0 additions & 27 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | 44 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | 10 | | |
13 | 11 | | |
14 | 12 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | 99 | | |
104 | 100 | | |
0 commit comments