aboutsummaryrefslogtreecommitdiff
path: root/templates/about.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/about.tmpl')
-rw-r--r--templates/about.tmpl8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/about.tmpl b/templates/about.tmpl
index 0e4d001..580c68d 100644
--- a/templates/about.tmpl
+++ b/templates/about.tmpl
@@ -1,7 +1,7 @@
{{with .Data}}
{{template "header.tmpl" (WithContext .CommonData $.Ctx)}}
-<div class="page-title"> About </div>
+<h1>About</h1>
<div>
<p>
A web client for <a href="https://pleroma.social" target="_blank">Mastadon Network</a>.
@@ -14,7 +14,7 @@
</P>
</div>
-<div class="page-title"> Keyboard shortcuts </div>
+<h1>Keyboard Shortcuts</h1>
<div>
<table class="keyboard-shortcuts">
<tr>
@@ -42,11 +42,11 @@
<td> <kbd>5</kbd> </td>
</tr>
<tr>
- <td> Search </td>
+ <td> Lists </td>
<td> <kbd>6</kbd> </td>
</tr>
<tr>
- <td> Lists </td>
+ <td> Search </td>
<td> <kbd>7</kbd> </td>
</tr>
<tr>