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 41116326c51ea827b8049ab873ea266756ba5653
parent 375431f30c1c9a6c14bd4c838908d10efa5a9121
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 both images got created by me (lambda) to be a part of cl-…
I put both in the Public Domain (2017-11-21).
https://creativecommons.org/share-your-work/public-domain/
~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.