Remove references to the Github pages URL
This commit is contained in:
parent
129f21bd42
commit
d1a7ecb6da
3 changed files with 2 additions and 19 deletions
|
@ -63,7 +63,7 @@ motto: Websites
|
|||
</div>
|
||||
<div class="col-md-9">
|
||||
<h4 class="small-margins">Milliron X</h4>
|
||||
<h5><a href="https://millironx.github.io">https://millironx.github.io</a></h5>
|
||||
<h5><a href="https://millironx.com">https://millironx.com</a></h5>
|
||||
<p>
|
||||
Lo and behold: I made my own website!
|
||||
</p>
|
||||
|
|
|
@ -20,7 +20,7 @@ description: >- # this means to ignore newlines until "baseurl:"
|
|||
my work in academia as a Chemical Engineer, as a ranch kid in Wyoming,
|
||||
and as filmmaker.
|
||||
baseurl: "" # the subpath of your site, e.g. /blog
|
||||
url: "https://millironx.github.io" # the base hostname & protocol for your site, e.g. http://example.com
|
||||
url: "https://millironx.com" # the base hostname & protocol for your site, e.g. http://example.com
|
||||
twitter_username: ""
|
||||
github_username: millironx
|
||||
|
||||
|
|
|
@ -266,23 +266,6 @@
|
|||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- <div class="col-md-8 col-md-offset-2">
|
||||
<div class="text-center">
|
||||
<button type="button" class="btn btn-primary
|
||||
btn-large" data-toggle="modal" data-target="#legal-modal">More info</button>
|
||||
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img
|
||||
alt="Creative Commons License" style="border-width:0"
|
||||
src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br /><span
|
||||
xmlns:dct="http://purl.org/dc/terms/" href="http://purl.org/dc/dcmitype/Text"
|
||||
property="dct:title" rel="dct:type">{{ page.title }}</span> by <a
|
||||
xmlns:cc="http://creativecommons.org/ns#" href="https://millironx.github.io"
|
||||
property="cc:attributionName" rel="cc:attributionURL">Thomas A. Christensen
|
||||
II</a> is licensed under a <a rel="license"
|
||||
href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution
|
||||
4.0 International License</a>.
|
||||
</div>
|
||||
</div>-->
|
||||
</footer>
|
||||
|
||||
<!-- Script Bundle: JQuery -->
|
||||
|
|
Loading…
Reference in a new issue