Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Commit

Permalink
#1089 manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
ma91n committed Nov 14, 2021
1 parent c84c923 commit 64603ca
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions source/manifest.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"short_name": "フューチャー技術ブログ",
"name": "経営とITをデザインするフューチャーによる技術ブログです。業務で利用している幅広い技術について紹介します。",
"icons": [
{ "src": "/apple-touch-icon.png", "type": "image/png", "sizes": "180x180" },
{ "src": "/apple-touch-icon-57x57.png", "type": "image/png", "sizes": "57x57" }
]
}
1 change: 1 addition & 0 deletions themes/future/layout/_partial/head.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@
<meta content="<%= keywords %>" name="keywords">
<meta content="<%= author %>" name="author">
<link rel="preload" as="image" href="/banner.jpg" />
<link rel='manifest' href='/manifest.webmanifest'/>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-F3w7mX95PdgyTmZZMECAngseQB83DfGTowi0iMjiWaeVhAn4FJkqJByhZMI3AhiU" crossorigin="anonymous">
<link rel="stylesheet" href="/metronic/assets/style.css">
<link rel="stylesheet" href="/css/theme-styles.css">
Expand Down

0 comments on commit 64603ca

Please sign in to comment.