Skip to content

Commit

Permalink
website/default: copy change
Browse files Browse the repository at this point in the history
  • Loading branch information
chinchang committed May 11, 2019
1 parent f3aa18b commit 123fcc1
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions packages/website/_includes/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>
{% if page.url == '/' %}Web Maker{% else %}{{ title}} - Web Maker{% endif
{% if page.url == '/' %}Web Maker{% else %}{{ title }} - Web Maker{% endif
%}
</title>
<meta property="og:title" content="Web Maker" />
Expand Down Expand Up @@ -87,11 +87,6 @@
button {
font-size: inherit;
}

figcaption {
color: #6a6a6a;
}

.homepage-title {
font-size: 3.1em;
margin: 0;
Expand Down Expand Up @@ -442,7 +437,9 @@ <h2 style="margin-bottom:0.4em;">
<a class="btn download-btn web-app-btn" href="/app/">
<span>Open Web App</span>
</a>
<p style="margin-top:3px;">Recommended: More features. More fun!</p>
<p style="margin-top:3px;">
Recommended: Works Offline! More features. More fun!
</p>
<a
class="btn download-btn js-chrome-btn"
href="https://chrome.google.com/webstore/detail/web-maker/lkfkkhfhhdkiemehlpkgjeojomhpccnh"
Expand Down Expand Up @@ -520,7 +517,7 @@ <h2 style="display: inline;">
{% endif %}

<main class="main-content">
{{content}}
{{ content }}
</main>

<div id="info" class="info">
Expand Down

0 comments on commit 123fcc1

Please sign in to comment.