소스 검색

Move stuff around.

tags/v0.9.9
lain 6 년 전
부모
커밋
2b2fa94e94
2개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. +4
    -4
      lib/pleroma/web/templates/mastodon_api/mastodon/index.html.eex
  2. +0
    -0
      priv/static/favicon.png

+ 4
- 4
lib/pleroma/web/templates/mastodon_api/mastodon/index.html.eex 파일 보기

@@ -1,12 +1,12 @@
<!DOCTYPE html>
<html lang='en'>
<head>
<title>
<%= Application.get_env(:pleroma, :instance)[:name] %>
</title>
<title>
<%= Application.get_env(:pleroma, :instance)[:name] %>
</title>
<meta charset='utf-8'>
<meta content='width=device-width, initial-scale=1' name='viewport'>
<link rel="icon" type="image/png" href="/static/favicon.png"/>
<link rel="icon" type="image/png" href="/favicon.png"/>
<link rel="stylesheet" media="all" href="/packs/common.css" />
<link rel="stylesheet" media="all" href="/packs/default.css" />
<link rel="stylesheet" media="all" href="/packs/pl-dark-masto-fe.css" />


priv/static/static/favicon.png → priv/static/favicon.png 파일 보기


불러오는 중...
취소
저장