Chayoung You
|
dafb25cbfe
|
Escape title and description
Follows after #4307.
|
2016-02-28 22:07:10 +09:00 |
William Entriken
|
22a0be3f7b
|
Escape html from site.title and page.title
|
2016-01-03 16:10:38 -05:00 |
Tanguy Krotoff
|
0aa61f66a8
|
Remove unneeded end tag
|
2014-12-26 12:10:03 +01:00 |
Laust Rud Jacobsen
|
c8fc567c8d
|
Site /feed.xml is RSS 2.0, fix auto-discovery header
Refs #2996
|
2014-12-02 22:40:22 +01:00 |
Tanguy Krotoff
|
64b0102686
|
Fix viewport meta tag
|
2014-11-29 12:30:43 +01:00 |
Matt Hickford
|
63a6d595c4
|
Fix feed link to respect baseurl
|
2014-10-12 23:14:41 +01:00 |
Matt Hickford
|
3994d9116d
|
Link atom feed from html head
This makes it possible for browsers to autodiscover the feed. Fixes https://github.com/jekyll/jekyll/issues/2995
|
2014-10-12 20:09:14 +01:00 |
XhmikosR
|
28bb15d4ee
|
site_template/_includes/head.html: Minor refactoring.
Remove unneeded end tag, and also strip newlines.
Move `X-UA-Compatible` just after `meta charset`.
|
2014-10-08 10:33:39 +03:00 |
Tanguy Krotoff
|
1ccd2156c5
|
Fix head.html indentation
|
2014-10-05 18:53:53 +02:00 |
Seth Warburton
|
42a8dba642
|
Page specific descriptions
|
2014-09-30 22:17:49 +01:00 |
Michael Kühnel
|
9e9f4f1c53
|
Fix orientation bugs
Maintain fontsize and and adapt width when switching to landscape mode.
|
2014-08-31 15:27:51 +02:00 |
kleinfreund
|
74974979ba
|
Reworking site template to utilize Sass
|
2014-08-03 19:35:43 +02:00 |
Parker Moore
|
77c0249d72
|
Use site.title instead of site.name in site template
Fixes #2324.
|
2014-05-07 15:11:50 -04:00 |
Parker Moore
|
216f1150cd
|
The last of the site template prepending.
|
2014-05-07 00:31:53 -04:00 |
Ben Balter
|
a0bbf7703b
|
make template site easier to customize
|
2014-05-04 21:07:23 -04:00 |
XhmikosR
|
a6ab3abbf9
|
Update site_template/_includes/head.html.
* remove `chrome` from `X-UA-Compatible`; it's been discontinued
* remove unneeded end tags
* remove unneeded slash in `canonical` link
|
2014-03-31 20:38:18 +03:00 |
Joel Glovier
|
28554fd307
|
For the love of perf, add syntax.css rules to main.css and call only one stylesheet
|
2014-02-15 23:27:34 -05:00 |
Joel Glovier
|
a1b60430d6
|
Add canonical meta set with config params for more google ❤️
|
2014-02-15 22:56:30 -05:00 |
Joel Glovier
|
b9875b7bc8
|
Add description meta set in config, for teh google ❤️
|
2014-02-15 22:56:04 -05:00 |
Joel Glovier
|
7b0bf0d85c
|
Add conditional to default to site.name if no page.title is set
|
2014-02-15 22:55:14 -05:00 |
Joel Glovier
|
3b97799837
|
Separate global components into includes for convenience, and to familiarize users with includes structure
|
2014-02-15 22:53:48 -05:00 |