BigBlueHat
d8f38eef0e
Made icon-twitter.html inline-able
2015-10-20 09:03:27 -04:00
BigBlueHat
2cde74c44b
Use GitHub icon inline in about.md
...
Had to remove whitespace from icon includes
because Markdown...
2015-10-20 08:56:36 -04:00
BigBlueHat
5d92a90bde
Make HTML includes for GitHub & Twitter icons
...
Made one for each to avoid over paramaterizing
the includes. Also allows for various icon formats.
2015-10-20 08:52:20 -04:00
BigBlueHat
c2c671641d
Move GitHub & Twitter icons into includes
2015-10-20 08:46:51 -04:00
Günter Kits
b9f8fc1715
Fixes #3836 . Fix site template header menu iteration variables
2015-07-06 21:02:56 +03:00
Tanguy Krotoff
0914948099
Remove class="text"
...
There is no class text defined in the CSS
2015-02-10 17:09:06 +01:00
Mads Ohm Larsen
60da4ef010
Fix weird spacing
2015-01-15 22:04:00 +01: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
738dd502b4
Adding fill attribute to SVG's as fallback
2014-08-05 09:46:39 +02:00
kleinfreund
101d614351
Removing h1 from site-title
2014-08-04 09:35:18 +02:00
kleinfreund
d8c330b215
Removing unused column class
2014-08-03 23:15:22 +02:00
kleinfreund
74974979ba
Reworking site template to utilize Sass
2014-08-03 19:35:43 +02:00
Tomer Cohen
411cdb29a1
Change Github/Twitter keywords to site.{twitter,github}_username
...
Re: https://github.com/jekyll/jekyll/pull/2485/files#r13525347
2014-06-10 00:00:01 +03:00
Tomer Cohen
ffd960ca4e
Allow usage of different Twitter and Github usernames
...
and show these links only if twitter-username or github.username are set on _config.yml
2014-06-07 11:08:34 +03:00
Mathieu Bruyen
a38ea51994
Header links to pages which have a title
...
Header used to add link to all pages of the site, even those which do not have any title, creating empty anchors on the page like `<a class="page-link" href="/feed.xml"></a>`. Those were non click-able and used space on the page due to margins.
Now only displays pages with a title.
2014-05-15 08:59:29 +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
7fbc636824
Fix for menu not working on mobile
2014-02-24 15:42:03 -05:00
Joel Glovier
6bc4776199
Replace footer github and twitter link text with inline SVG icons
2014-02-17 22:23:30 -05:00
Joel Glovier
1c5ed75e72
Replace unicode menu icon with inline SVG
...
- unicode menu icon doesn’t render pixel crisp (has some
anti-aliasing), whereas SVG renders pixel optimized
- using inline SVG (instead of a referenced, attached file, will save
an http request
2014-02-17 16:52:48 -05:00
Joel Glovier
893b664f34
Adds mobile styling for menu at sub 600px viewport widths
2014-02-17 16:36:21 -05: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
8fa48b492e
Footer markup restructuring
...
- rework footer to use columns
- add additional area for generic text
2014-02-15 23:02:04 -05:00
Joel Glovier
6d4e3f8c72
Refactor header markup
...
- use anchor instead of h1 for site title, for semantic accuracy, and
because post h1’s should be the post title
- implement nav wrapper for nav links
- use div.wrap for design structure
2014-02-15 23:00:37 -05:00
Joel Glovier
d52b9b7e5b
Remove redundant home link
2014-02-15 22:57:10 -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