mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-24 03:23:10 +00:00
Always load font-awesome
This commit is contained in:
parent
8a4dbf6618
commit
66eb5e22f6
2 changed files with 1 additions and 1 deletions
|
@ -9,6 +9,7 @@ html(itemscope, itemtype='http://schema.org/Product')
|
|||
- else
|
||||
title= 'Online LaTeX Editor ShareLaTeX - ' +title
|
||||
link(rel='stylesheet', href='/stylesheets/mainStyle.css?fingerprint='+fingerprint('/stylesheets/mainStyle.css'))
|
||||
link(href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.min.css",rel="stylesheet")
|
||||
|
||||
meta(itemprop="name" ,content="ShareLaTeX - Real Time Online LaTeX Collaborative Editor in Your Browser")
|
||||
meta(itemprop="description", content="Online LaTeX editor for collaborative editing, great for Maths or Sciences. You don't need to install LaTeX so it's great for beginners too.")
|
||||
|
|
|
@ -267,7 +267,6 @@
|
|||
.box
|
||||
.page-header
|
||||
h2 Share Publicly
|
||||
link(href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.min.css",rel="stylesheet")
|
||||
div.share-button
|
||||
a.btn.btn-twitter.btn-large(href="#")
|
||||
i.icon-twitter
|
||||
|
|
Loading…
Reference in a new issue