You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thought this would be simple, but it's a pretty weird bug- it doesn't occur if I build with jekyll locally. My guess is that it's something with baseurl (seems like it shouldn't end in a slash) but it's hard to tell what GitHub Pages' behavior will be.
Some alternatives that might work (using gassolar.pdf):
/publications/gassolar.pdf
{{ site.baseurl }}publications/gassolar.pdf
{{ site.url }}/publications/gassolar.pdf http://hoburg.mit.edu/publications/gassolar.pdf
I've put in a PR for the last one, although it's arguably the worst from a modularity standpoint.
Publication links take you to a truncated URL.
@1ozturkbe can you take a look at this asap?
The text was updated successfully, but these errors were encountered: