fix: add headers & change subtitle
This commit is contained in:
parent
045024a123
commit
27e81ede93
|
@ -1,3 +1,4 @@
|
|||
masterSite=samotsvety.org
|
||||
siteTitle='Samotsvety'
|
||||
siteSubTitle='is working on 100x more impactful forecasting'
|
||||
siteSubTitle='is a forecasting group focused on predicting impactful questions for fun & profit'
|
||||
|
||||
|
|
29
_werc/lib/headers.tpl
Executable file
29
_werc/lib/headers.tpl
Executable file
|
@ -0,0 +1,29 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
|
||||
<title>%($pageTitle%)</title>
|
||||
|
||||
<link rel="stylesheet" href="/pub/style/style.css" type="text/css" media="screen, handheld" title="default">
|
||||
<link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon">
|
||||
% if(test -f $sitedir/_werc/pub/style.css)
|
||||
% echo ' <link rel="stylesheet" href="/_werc/pub/style.css" type="text/css" media="screen" title="default">'
|
||||
|
||||
<meta charset="UTF-8">
|
||||
% # Legacy charset declaration for backards compatibility with non-html5 browsers.
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
|
||||
% if(! ~ $#meta_description 0)
|
||||
% echo ' <meta name="description" content="'$"meta_description'">'
|
||||
% if(! ~ $#meta_keywords 0)
|
||||
% echo ' <meta name="keywords" content="'$"meta_keywords'">'
|
||||
|
||||
% h = `{get_lib_file headers.inc}
|
||||
% if(! ~ $#h 0)
|
||||
% cat $h
|
||||
|
||||
%($"extraHeaders%)
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
2
index.md
2
index.md
|
@ -1,7 +1,7 @@
|
|||
We are a group of forecasters with a great track record working on applying forecasting to impactful questions. We hope to improve the forecasting ecosystem.
|
||||
|
||||
<figure >
|
||||
<img src="https://i.imgur.com/uje32ZQ.jpg">
|
||||
<img src="https://i.imgur.com/uje32ZQ.jpg" alt="Samotsvety Soviet Band" class="img-frontpage-center">
|
||||
|
||||
<figcaption>Wait, no, we are a forecasting team, not a Soviet Union band.</figcaption>
|
||||
</figure>
|
||||
|
|
Loading…
Reference in New Issue
Block a user