Introduction
Introduction Statistics Contact Development Disclaimer Help
+static/img/ Add logo (clyagLogo.png) and favicon (clyagFav.ico). The logo and …
git clone git://bitreich.org/cl-yag/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws…
Log
Files
Refs
Tags
README
LICENSE
---
commit e2d4f830fa5c7fa15180caa3f3bd58ed8c4c9dfc
parent 13d46e0deeb1d5fbd7ef5911a23d48529fbfd074
Author: lambda <[email protected]>
Date: Wed, 22 Nov 2017 15:23:48 +0100
+static/img/ Add logo (clyagLogo.png) and favicon (clyagFav.ico). The logo and …
~templates/layout.tpl
Make favicon part of default template.
Change stylesheet-link to 'static/css/style.css'
+static/
Add subdirectories 'css/', 'img/', 'js/' to static/
Status of this commit: Recommendation.
Diffstat:
R static/style.css -> static/css/sty… | 0
A static/img/clyagFav.ico | 0
A static/img/clyagLogo.png | 0
M templates/layout.tpl | 4 ++--
4 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/static/style.css b/static/css/style.css
diff --git a/static/img/clyagFav.ico b/static/img/clyagFav.ico
Binary files differ.
diff --git a/static/img/clyagLogo.png b/static/img/clyagLogo.png
Binary files differ.
diff --git a/templates/layout.tpl b/templates/layout.tpl
@@ -5,10 +5,10 @@
<meta name="viewport" content="width=device-width, initial-scale=1, shrink…
<meta name="generator" content="cl-yag" />
<title>%%Title%%</title>
- <link rel="stylesheet" type="text/css" href="static/style.css" />
+ <link rel="stylesheet" type="text/css" href="static/css/style.css" />
<link rel="alternate" type="application/rss+xml" title="%%Title%% RSS Feed…
<!-- <link rel="alternate" type="application/atom+xml" title="%%Title%% Ato…
- <link rel="icon" type="image/x-icon" href="static/img/yourFavIcon.ico" />
+ <link rel="icon" type="image/x-icon" href="static/img/clyagFav.ico" />
</head>
<body>
You are viewing proxied material from bitreich.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.