Skip to content

Commit

Permalink
add description and theme-color meta tags
Browse files Browse the repository at this point in the history
  • Loading branch information
megahirt committed Jun 27, 2024
1 parent f234ab6 commit e4aef2c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,18 @@
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<html lang="en">
<head>
<title>Language Forge</title>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<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.">
<meta name="theme-color" content="#0a2440"/>
<link rel="manifest" href="/manifest.json">
<link rel="icon" href="/Site/views/languageforge/theme/default/image/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="{{ baseDir }}/assets/css/main.css"/>
<link rel="apple-touch-icon" href="/appIcons/lf-logo-square-192-xxxhdpi.png">

</head>
<body class="landing">
<div id="page-wrapper">
Expand Down
4 changes: 4 additions & 0 deletions src/Site/views/shared/container/container.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@

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

<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.">

<meta name="theme-color" content="#0a2440"/>

{# jquery must be the first js to be loaded #}
{% if useMinifiedJs %}
<script src="/dist/manifest.bundle.js?v={{ version }}"></script>
Expand Down

0 comments on commit e4aef2c

Please sign in to comment.