Skip to content

Commit e4aef2c

Browse files
committed
add description and theme-color meta tags
1 parent f234ab6 commit e4aef2c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

src/Site/views/languageforge/theme/default/page/home/index.html.twig

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,18 @@
44
html5up.net | @ajlkn
55
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
66
-->
7-
<html>
7+
<html lang="en">
88
<head>
99
<title>Language Forge</title>
1010
<meta charset="utf-8"/>
1111
<meta name="viewport" content="width=device-width, initial-scale=1"/>
12+
<meta name="description" content="Collaborative web-based dictionary building that syncs with FieldWorks. Build together and be more productive! Open up your data to others. Maintain control as to who edits. Review comments. Engage a wider audience: researchers, teammates, native speakers. It's up to you.">
13+
<meta name="theme-color" content="#0a2440"/>
14+
<link rel="manifest" href="/manifest.json">
1215
<link rel="icon" href="/Site/views/languageforge/theme/default/image/favicon.ico" type="image/x-icon" />
1316
<link rel="stylesheet" href="{{ baseDir }}/assets/css/main.css"/>
1417
<link rel="apple-touch-icon" href="/appIcons/lf-logo-square-192-xxxhdpi.png">
18+
1519
</head>
1620
<body class="landing">
1721
<div id="page-wrapper">

src/Site/views/shared/container/container.html.twig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@
2121

2222
<link rel="apple-touch-icon" href="/appIcons/lf-logo-square-192-xxxhdpi.png">
2323

24+
<meta name="description" content="Collaborative web-based dictionary building that syncs with FieldWorks. Build together and be more productive! Open up your data to others. Maintain control as to who edits. Review comments. Engage a wider audience: researchers, teammates, native speakers. It's up to you.">
25+
26+
<meta name="theme-color" content="#0a2440"/>
27+
2428
{# jquery must be the first js to be loaded #}
2529
{% if useMinifiedJs %}
2630
<script src="/dist/manifest.bundle.js?v={{ version }}"></script>

0 commit comments

Comments
 (0)