We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0745d17 commit 8d00277Copy full SHA for 8d00277
1 file changed
_includes/footer.html
@@ -1,17 +1,11 @@
1
<footer class="border-t">
2
- <div class="grid grid-cols-1 gap-4 px-4 py-4 md:grid-cols-3 md:items-start md:px-6">
3
-
4
- <!-- mark -->
+ <div class="flex items-start justify-between gap-4 px-4 py-4 md:px-6">
5
<div class="font-sans text-sm font-black uppercase tracking-wide">
6
- Support free & open publishing.
+ Support free & open scholarship.
7
</div>
8
9
- <div></div>
10
11
- <!-- meta -->
12
- <div class="font-mono text-xs leading-relaxed text-gray-500 md:text-right">
+ <div class="font-mono text-xs leading-relaxed text-gray-500">
13
{{ site.time | date: "%Y" }}
14
15
16
17
</footer>
0 commit comments