소스 검색

Fixing twitter images

Andrea Franceschini 9 년 전
부모
커밋
e50583f90a
3개의 변경된 파일3개의 추가작업 그리고 5개의 파일을 삭제
  1. 1 1
      pages/development.php
  2. 1 1
      pages/research.php
  3. 1 3
      pages/writing.php

+ 1 - 1
pages/development.php

@@ -4,7 +4,7 @@ $title = 'Software development';
 $tagline = 'not black magic';
 $description = 'Everything you need to know to get in touch with me.';
 $keywords = 'music, learning, tabletop, research, the open university';
-$twitter_image = 'images/colopic.jpg';
+$twitter_image = 'images/phd-app-2x.jpg';
 ?>
 
 <?=i('_header')?>

+ 1 - 1
pages/research.php

@@ -4,7 +4,7 @@ $title = 'Research';
 $tagline = 'not a synonym for “google”';
 $description = 'Everything you need to know to get in touch with me.';
 $keywords = 'music, learning, tabletop, research, the open university';
-$twitter_image = 'images/colopic.jpg';
+$twitter_image = 'images/table_2-2x.jpg';
 $banner_image = 'images/banner_research-2x.jpg';
 $banner_image_half = 'images/banner_research.jpg';
 ?>

+ 1 - 3
pages/writing.php

@@ -4,9 +4,7 @@ $title = 'Technical writing';
 $tagline = 'no, Twilight does not qualify”';
 $description = 'I do technical writing, revisions, translations, and such.';
 $keywords = 'music, learning, tabletop, research, technical, writing';
-// $twitter_image = 'images/colopic.jpg';
-// $banner_image = 'images/banner_research-2x.jpg';
-// $banner_image_half = 'images/banner_research.jpg';
+$twitter_image = 'images/colopic.jpg';
 ?>
 
 <?=i('_header')?>