Code4Newark / codefornewark.org

New Jekyll site for Code for Newark based on Open Savannah brigade site
https://codefornewark.org
MIT License
1 stars 8 forks source link

Projects page does not handle links correctly #1

Closed davidruffner closed 6 years ago

davidruffner commented 6 years ago

commit 057a720a0ab87733b9fe3d39aecfdfb2ee031474

For some reason the site.baseurl is not expanded.


  |  
-- | --
  | <!DOCTYPE html>
  | <html lang="en">
  |  
  | <head>
  | <meta charset="utf-8" />
  | <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  | <meta name="viewport" content="width=device-width, initial-scale=1" />
  |  
  | <title>Our Projects</title>
  | <meta name="description" content="We are a local brigade of Code for America committed to making government work better in Greater Savannah." />
  | <link rel="icon" href="{{ site.baseurl }}images/favicon.ico" />
  |  
  | <!-- Bootstrap 3.3.6 core CSS (Bootswatch Paper theme) -->
  | <link href="{{ site.baseurl }}css/bootstrap.min.css" rel="stylesheet" />
  | <!-- <link href="css/bootstrap.css" rel="stylesheet"> -->
  |  
  | <!-- Custom CSS -->
  | <link href="{{ site.baseurl }}css/style.css" rel="stylesheet" />